aboutsummaryrefslogtreecommitdiff
path: root/games/gno3dtet/Makefile
blob: 4b6feccaeb010b7cc2a6e4ce991a854a9da962f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	gno3dtet
# Version required:	1.0.0
# Date created:		21 Dec 1999
# Whom:			Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#

DISTNAME=	gno3dtet-1.0.0
CATEGORIES=	games
MASTER_SITES=	ftp://webdat.com/pub/seb/gno3dtet/
EXTRACT_SUFX=	.tgz

MAINTAINER=	andrews@technologist.com

LIB_DEPENDS=	gnomeui.3:${PORTSDIR}/x11/gnomelibs

GNOME_CONFIG?=	${X11BASE}/bin/gnome-config
GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	GNOME_CONFIG=${GNOME_CONFIG} GTK_CONFIG=${GTK_CONFIG}
USE_X_PREFIX=	yes
USE_GMAKE=	yes

pre-configure:
	@${RM} -f ${WRKSRC}/config.cache

.include <bsd.port.mk>