freebsd-ports/sysutils/xsysstats/Makefile
Ruslan Makhmatkhanov fdca62cdcb - pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
2012-09-30 06:25:19 +00:00

27 lines
505 B
Makefile

# Create by: asami
# $FreeBSD$
PORTNAME= xsysstats
PORTVERSION= 1.51
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= c.petrik.sosa@gmail.com
COMMENT= A system information display tool
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_XORG= x11
MAN1= xsysstats.1
ALL_TARGET= xsysstats
PLIST_FILES= bin/xsysstats
pre-patch:
${RM} ${WRKSRC}/headers.h && ${TOUCH} ${WRKSRC}/headers.h
.include <bsd.port.mk>