opnsense-ports/sysutils/xsysstats/Makefile
Franco Fichtner 0bafe2b7fa */*: sync with upstream
Taken from: FreeBSD
2024-02-26 10:57:15 +01:00

31 lines
738 B
Makefile

PORTNAME= xsysstats
PORTVERSION= 1.51
PORTREVISION= 6
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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= gmake xorg
USE_XORG= x11
ALL_TARGET= xsysstats
PLIST_FILES= bin/xsysstats share/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>