1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/sysutils/xfsm/Makefile
Florent Thoumie 891d746874 Fix USE_XORG in preparation of ports/122340. Since USE_IMAKE is bringing in
all xorg-libraries, there's no need to bump PORTREVISION for now.

Approved by:	portmgr (self)
2008-05-13 10:27:09 +00:00

26 lines
517 B
Makefile

# 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>