aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xfsm/Makefile
blob: cf20de63923713f13d23ffaebeb827a3b8b396d3 (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
# New ports collection makefile for:    xfsm
# Date Created:             24 Nov 1997
# Whom:                 Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   xfsm
PORTVERSION=    1.99
PORTREVISION=   1
CATEGORIES= sysutils
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/status/xstatus
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    X File System Monitor

USE_IMAKE=  yes
USE_XORG=   xbitmaps x11 xext
MAKE_ARGS=  CC="${CC}" CCOPTIONS="-DFreeBSD"
MAN1=       xfsm.1
PLIST_FILES=    bin/xfsm

.include <bsd.port.mk>