forked from Lainports/freebsd-ports
30 lines
692 B
Makefile
30 lines
692 B
Makefile
PORTNAME= xsysstats
|
|
PORTVERSION= 1.51
|
|
PORTREVISION= 5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= XCONTRIB/utilities
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= System information display tool
|
|
|
|
LICENSE= MWEDEL
|
|
LICENSE_NAME= Marc Wedel non-commercial open source license
|
|
LICENSE_FILE= ${PATCHDIR}/LICENSE
|
|
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake xorg
|
|
USE_XORG= x11
|
|
|
|
ALL_TARGET= xsysstats
|
|
|
|
PLIST_FILES= bin/xsysstats man/man1/${PORTNAME}.1.gz
|
|
|
|
pre-patch:
|
|
${RM} ${WRKSRC}/headers.h && ${TOUCH} ${WRKSRC}/headers.h
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|