freebsd-ports/x11-toolkits/FWF/Makefile
David W. Chapman Jr. 5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00

29 lines
547 B
Makefile

# New ports collection makefile for: FWF Widgets
# Date created: 14 July 1995
# Whom: jkh
#
# $FreeBSD$
#
PORTNAME= fwf
PORTVERSION= 4.0
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=libs/X/fwf
MAINTAINER= ports@FreeBSD.org
BROKEN= "Does not compile"
.if ${MACHINE_ARCH} == "alpha"
BROKEN= ../../lib/libfwf.a: cannot read symbols
.endif
USE_MOTIF= yes
USE_IMAKE= yes
USE_XPM= yes
WRKSRC= ${WRKDIR}/FWF
XMKMF= ${SETENV} X11BASE=${X11BASE} WRKSRC=${WRKSRC} sh ${FILESDIR}/xmkmf
.include <bsd.port.mk>