2012-12-21 10:29:42 +01:00
|
|
|
# Created by: neuroworker@gmail.com
|
2010-12-27 13:15:19 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= instead
|
2013-04-17 00:59:51 +02:00
|
|
|
PORTVERSION= 1.9.0
|
2010-12-27 13:15:19 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= GOOGLE_CODE \
|
2012-02-22 22:43:33 +01:00
|
|
|
http://mirror.amdmi3.ru/distfiles/
|
2010-12-27 13:15:19 +01:00
|
|
|
DISTNAME= instead_${PORTVERSION}
|
|
|
|
|
2012-04-23 16:02:10 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2010-12-27 13:15:19 +01:00
|
|
|
COMMENT= Simple Text Adventure, The Interpreter
|
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= pkgconfig gtk20
|
|
|
|
USE_LUA= 5.1
|
|
|
|
USE_SDL= sdl image ttf mixer
|
2011-01-06 15:42:39 +01:00
|
|
|
USE_ICONV= yes
|
2010-12-27 13:15:19 +01:00
|
|
|
|
|
|
|
CONFIGURE_SCRIPT= configure.sh
|
2012-02-22 22:43:33 +01:00
|
|
|
CONFIGURE_ENV= PREFIX="${PREFIX}"
|
2010-12-27 13:15:19 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/instead-${PORTVERSION}
|
|
|
|
MAN6= instead.6
|
|
|
|
|
|
|
|
PORTDOCS= *
|
|
|
|
|
2012-12-21 10:29:42 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ! ${PORT_OPTIONS:MDOCS}
|
2012-02-22 22:43:33 +01:00
|
|
|
post-patch:
|
2010-12-27 13:15:19 +01:00
|
|
|
@${REINPLACE_CMD} -e '/INSTALL.*DOCPATH/ d' ${WRKSRC}/doc/Makefile
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|