diff options
Diffstat (limited to 'x11/xphoon/Makefile')
-rw-r--r-- | x11/xphoon/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/xphoon/Makefile b/x11/xphoon/Makefile new file mode 100644 index 00000000000..20d51b95bac --- /dev/null +++ b/x11/xphoon/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/18 14:27:31 nra Exp $ +# + +DISTNAME= xphoon.tar +PKGNAME= xphoon-19910918 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ +EXTRACT_SUFX= .Z + +MAINTAINER= seb@pbox.org +COMMENT= Set the root window to the moon in its current phase + +WRKSRC= ${WRKDIR}/xphoon + +USE_IMAKE= yes + +MAKE_FLAGS+= EXTRA_LOCAL_LIBS=${EXTRA_LOCAL_LIBS} + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "NetBSD" +EXTRA_LOCAL_LIBS= -lcompat +.endif + +.include "../../mk/bsd.pkg.mk" |