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