diff options
Diffstat (limited to 'games/gnarr/Makefile')
-rw-r--r-- | games/gnarr/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/gnarr/Makefile b/games/gnarr/Makefile new file mode 100644 index 000000000000..d366a3352f82 --- /dev/null +++ b/games/gnarr/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gnarr +# Date created: 13 December 2000 +# Whom: roam@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= gnarr +PORTVERSION= 2.0 +CATEGORIES= games +MASTER_SITES= http://www.sacredchao.net/freednd/ +DISTNAME= ${PORTNAME}-2 + +MAINTAINER= roam@FreeBSD.org + +MAN6= gnarr.6 + +NO_BUILD= yes + +.include <bsd.port.mk> |