these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
26 lines
484 B
Makefile
26 lines
484 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= c.petrik.sosa@gmail.com
|
|
COMMENT= 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>
|