diff options
Diffstat (limited to 'x11/xmountains/Makefile')
-rw-r--r-- | x11/xmountains/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/xmountains/Makefile b/x11/xmountains/Makefile new file mode 100644 index 00000000000..bdc6491b406 --- /dev/null +++ b/x11/xmountains/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/18 03:01:16 fredb Exp $ +# + +DISTNAME= xmountains_2.5 +PKGNAME= xmountains-2.5 +CATEGORIES= x11 +MASTER_SITES= http://www.epcc.ed.ac.uk/~spb/xmountains/ + +PATCH_SITES= ${MASTER_SITES}/current_source/ +PATCHFILES= vroot.h + +MAINTAINER= fredb@netsd.org +HOMEPAGE= http://www.epcc.ed.ac.uk/~spb/xmountains/ + +NO_WRKSUBDIR= yes +USE_IMAKE= yes + +DIST_SUBDIR= xmountains +MAKE_ENV+= CPPFLAGS="-DVROOT" + +# XXX Hack. We really want an OTHER_SITES/OTHERFILES mechanism for this. +do-patch: + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES} ${WRKSRC} + +.include "../../mk/bsd.pkg.mk" |