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
|
2016-12-08 18:17:43 +01:00
|
|
|
PORTREVISION= 20
|
2003-01-21 02:22:23 +01:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/gturing/0.1/
|
|
|
|
|
2014-10-31 17:11:33 +01:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
2014-07-03 00:05:04 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
USE_GNOME= gnomeprefix libgnomeui
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-06-11 16:49:59 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2005-01-08 12:39:13 +01:00
|
|
|
INSTALLS_OMF= yes
|
2003-01-21 02:22:23 +01:00
|
|
|
|
2014-07-03 00:05:04 +02:00
|
|
|
PORTDOCS= AUTHORS NEWS ChangeLog TODO README
|
2009-10-29 23:19:55 +01:00
|
|
|
PORTEXAMPLES= *
|
2003-01-21 02:22:23 +01:00
|
|
|
|
2014-07-03 00:05:04 +02:00
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
|
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:
|
2014-07-03 00:05:04 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2009-10-29 23:19:55 +01:00
|
|
|
.for docs in ${PORTDOCS}
|
2014-07-03 00:05:04 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
|
2003-01-21 02:22:23 +01:00
|
|
|
.endfor
|
2014-07-03 00:05:04 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tapes/* ${STAGEDIR}${EXAMPLESDIR}
|
2009-10-29 23:19:55 +01:00
|
|
|
|
2007-11-07 00:57:30 +01:00
|
|
|
.include <bsd.port.mk>
|