blob: bc747df7e88ba568931f1df5ee8388e9f820d3af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
# $FreeBSD$
PORTNAME= xfsm
PORTVERSION= 1.99
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SUNSITE/system/status/xstatus
MAINTAINER= ports@FreeBSD.org
COMMENT= X File System Monitor
USES= imake tar:tgz
USE_XORG= xbitmaps x11 xext
MAKE_ARGS= CC="${CC}" CCOPTIONS="-DFreeBSD"
PLIST_FILES= bin/xfsm man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>
|