mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29 lines
630 B
Makefile
29 lines
630 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|