diff options
Diffstat (limited to 'games/xjewel/Makefile')
-rw-r--r-- | games/xjewel/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile new file mode 100644 index 00000000000..fdcecd29680 --- /dev/null +++ b/games/xjewel/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/13 19:04:55 tron Exp $ + +DISTNAME= xjewel-1.6 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/} +EXTRACT_SUFX= .tar.z + +MAINTAINER= j.d.coleman@ncl.ac.uk + +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" |