diff options
Diffstat (limited to 'graphics/xmountains/Makefile')
-rw-r--r-- | graphics/xmountains/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile deleted file mode 100644 index 8a83f073451..00000000000 --- a/graphics/xmountains/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/19 11:30:00 grant Exp $ -# - -DISTNAME= xmountains_2.6 -PKGNAME= ${DISTNAME:C/_/-/} -CATEGORIES= graphics -MASTER_SITES= http://www.epcc.ed.ac.uk/~spb/xmountains/ - -MAINTAINER= jrp@hispabsd.org -HOMEPAGE= http://www.epcc.ed.ac.uk/~spb/xmountains/ -COMMENT= Fractal terrain generator for XFree86 - -USE_IMAKE= YES -USE_X11BASE= YES - -WRKSRC= ${WRKDIR} - -.include "../../mk/bsd.pkg.mk" |