2013-03-28 03:28:30 +00:00
|
|
|
# Created by: Will Andrews <andrews@technologist.com>
|
2000-01-02 14:23:42 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-14 06:43:02 +00:00
|
|
|
PORTNAME= gno3dtet
|
2005-11-26 17:07:53 +00:00
|
|
|
PORTVERSION= 1.96.1
|
2014-03-22 16:17:51 +00:00
|
|
|
PORTREVISION= 12
|
2000-06-01 16:25:45 +00:00
|
|
|
CATEGORIES= games gnome
|
2005-11-26 17:07:53 +00:00
|
|
|
MASTER_SITES= http://eseb.net/ftp/gno3dtet/
|
2000-01-02 14:23:42 +00:00
|
|
|
|
2001-01-09 00:06:25 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:32:26 +00:00
|
|
|
COMMENT= GNOME version of the classic 3D-ified T*tris
|
2000-01-02 14:23:42 +00:00
|
|
|
|
2015-11-09 12:59:03 +00:00
|
|
|
BROKEN= unfetchable
|
|
|
|
|
2014-03-22 16:17:51 +00:00
|
|
|
LICENSE= GPLv2
|
2015-07-25 20:03:34 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2014-03-22 16:17:51 +00:00
|
|
|
|
2015-06-21 14:24:08 +00:00
|
|
|
USES= autoreconf pathfix gmake pkgconfig tar:tgz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= gnomeprefix intltool libgnomeui librsvg2
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-11-26 17:07:53 +00:00
|
|
|
INSTALLS_OMF= yes
|
|
|
|
|
2014-03-22 16:17:51 +00:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
NLS_USES= gettext
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
2005-11-26 17:07:53 +00:00
|
|
|
|
2002-08-28 08:46:29 +00:00
|
|
|
post-patch:
|
2014-03-22 16:17:51 +00:00
|
|
|
@${REINPLACE_CMD} -e '/LIBTOOL/d; \
|
|
|
|
s|gnome-games|gno3dtet|' ${WRKSRC}/configure.in
|
|
|
|
|
|
|
|
.if ! ${PORT_OPTIONS:MNLS}
|
|
|
|
@${REINPLACE_CMD} -e '/^always_built_SUBDIRS/s|po||' ${WRKSRC}/Makefile.am
|
|
|
|
.endif
|
2005-11-26 17:07:53 +00:00
|
|
|
|
2000-01-02 14:23:42 +00:00
|
|
|
.include <bsd.port.mk>
|