1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/sysutils/xsysstats/Makefile
Alex Kozlov 546a9259a9 - Return ports to the pool
PR:	ports/183244
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
2013-10-23 20:45:10 +00:00

28 lines
492 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
USE_GMAKE= yes
USE_XORG= x11
MAN1= xsysstats.1
ALL_TARGET= xsysstats
PLIST_FILES= bin/xsysstats
NO_STAGE= yes
pre-patch:
${RM} ${WRKSRC}/headers.h && ${TOUCH} ${WRKSRC}/headers.h
.include <bsd.port.mk>