summaryrefslogtreecommitdiff
path: root/games/gno3dtet/Makefile
blob: 7a72dc3ac81d8403aaf3ff2fab14348112bcde0c (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
29
30
31
32
33
34
# New ports collection makefile for:	gno3dtet
# Date created:		21 Dec 1999
# Whom:			Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#

PORTNAME=	gno3dtet
PORTVERSION=	1.6.0
CATEGORIES=	games gnome
MASTER_SITES=	ftp://webdat.com/pub/seb/gno3dtet/
EXTRACT_SUFX=	.tgz

MAINTAINER=	will@FreeBSD.org

LIB_DEPENDS=	gnome.4:${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

post-install:
	${CHOWN} root:games ${PREFIX}/bin/gno3dtet
	${CHMOD} 2555 ${PREFIX}/bin/gno3dtet
	${CHOWN} root:games ${PREFIX}/var/games/gno3dtet.hof
	${CHMOD} 664 ${PREFIX}/var/games/gno3dtet.hof

.include <bsd.port.mk>