2000-01-02 15:23:42 +01:00
|
|
|
# New ports collection makefile for: gno3dtet
|
|
|
|
# Date created: 21 Dec 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 08:43:02 +02:00
|
|
|
PORTNAME= gno3dtet
|
2000-05-20 01:34:00 +02:00
|
|
|
PORTVERSION= 1.6.0
|
2000-06-01 18:25:45 +02:00
|
|
|
CATEGORIES= games gnome
|
2000-01-02 15:23:42 +01:00
|
|
|
MASTER_SITES= ftp://webdat.com/pub/seb/gno3dtet/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2000-03-22 02:59:41 +01:00
|
|
|
MAINTAINER= will@FreeBSD.org
|
2000-01-02 15:23:42 +01:00
|
|
|
|
2000-06-01 18:25:45 +02:00
|
|
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
|
2000-01-02 15:23:42 +01:00
|
|
|
|
|
|
|
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>
|