2013-09-03 14:13:23 +02:00
|
|
|
# Created by: Juan Salaverria <rael@vectorstar.net>
|
2003-01-21 02:22:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gturing
|
|
|
|
PORTVERSION= 0.1.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 18
|
2003-01-21 02:22:23 +01:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/gturing/0.1/
|
|
|
|
|
2009-11-27 23:52:30 +01:00
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Simple Turing machine simulator for GNOME 2
|
2003-01-21 02:22:23 +01:00
|
|
|
|
2003-09-21 06:22:22 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui
|
2013-09-03 14:13:23 +02:00
|
|
|
USES= gettext gmake pkgconfig
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2005-01-08 12:39:13 +01:00
|
|
|
INSTALLS_OMF= yes
|
2003-01-21 02:22:23 +01:00
|
|
|
|
2009-10-29 23:19:55 +01:00
|
|
|
PORTDOCS= AUTHORS COPYING NEWS ChangeLog TODO README INSTALL
|
|
|
|
PORTEXAMPLES= *
|
2003-01-21 02:22:23 +01:00
|
|
|
|
2013-09-20 19:36:33 +02:00
|
|
|
NO_STAGE= yes
|
2005-03-22 07:59:10 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
|
|
|
|
${WRKSRC}/configure
|
2003-01-21 02:22:23 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2009-10-29 23:19:55 +01:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for docs in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
|
2003-01-21 02:22:23 +01:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2009-10-29 23:19:55 +01:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tapes/* ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
|
2007-11-07 00:57:30 +01:00
|
|
|
.include <bsd.port.mk>
|