diff options
Diffstat (limited to 'games/groundhog/Makefile')
-rw-r--r-- | games/groundhog/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/groundhog/Makefile b/games/groundhog/Makefile new file mode 100644 index 000000000000..343b316d88b1 --- /dev/null +++ b/games/groundhog/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: groundhog +# Date created: 23 May 2002 +# Whom: Edwin Groothuis +# +# $FreeBSD$ +# + +PORTNAME= groundhog +PORTVERSION= 1.4 +CATEGORIES= games +MASTER_SITES= http://home-2.tiscali.nl/~cb007736/ + +MAINTAINER= edwin@mavetju.org + +LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \ + glib-2.0.0:${PORTSDIR}/devel/glib20 + +USE_GTK= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |