freebsd-ports/sysutils/xsysstats/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

32 lines
594 B
Makefile

# ex:ts=8
# Ports collection makefile for: xsysstats
# Date created: 12 December 1994
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= xsysstats
PORTVERSION= 1.51
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A system information display tool
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_XLIB= yes
MAN1= xsysstats.1
ALL_TARGET= xsysstats
PLIST_FILES= bin/xsysstats
pre-patch:
${RM} ${WRKSRC}/headers.h && ${TOUCH} ${WRKSRC}/headers.h
.include <bsd.port.mk>