aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xsysstats/Makefile
blob: 05e26a7cef3f38a797a6bd45b636111649011776 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ex:ts=8
# Ports collection makefile for:  xsysstats
# Date created:           12 December 1994
# Whom:               asami
#
# $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=    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>