mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
63a181d059
PR: 42301 Submitted by: Edwin Groothuis <edwin@mavetju.org>
24 lines
450 B
Makefile
24 lines
450 B
Makefile
# 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_GNOMENG= yes
|
|
USE_GNOME= gtk12
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|