mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
546a9259a9
PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
28 lines
492 B
Makefile
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>
|