freebsd-ports/sysutils/xsysstats/Makefile

33 lines
594 B
Makefile
Raw Normal View History

2000-02-13 04:25:05 +01:00
# ex:ts=8
# Ports collection makefile for: xsysstats
# Date created: 12 December 1994
# Whom: asami
#
1999-08-31 04:00:46 +02:00
# $FreeBSD$
#
PORTNAME= xsysstats
PORTVERSION= 1.51
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
DISTNAME= ${PORTNAME}${PORTVERSION}
2002-05-08 23:03:16 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
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>