freebsd-ports/sysutils/xsysstats/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>