mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
fb97e7d8c7
Approved by: portmgr (blanket)
32 lines
738 B
Makefile
32 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>
|