mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
26 lines
483 B
Makefile
26 lines
483 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xsysstats
|
|
PORTVERSION= 1.51
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= System information display tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
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
|
|
|
|
.include <bsd.port.mk>
|