b7ef8e6b1d
PR: ports/160058 Submitted by: pluknet <pluknet@gmail.com> Approved by: maintainer, miwi, wen (mentors implicit)
38 lines
828 B
Makefile
38 lines
828 B
Makefile
# New ports collection makefile for: instead
|
|
# Date created: 19 Dec 2010
|
|
# Whom: neuroworker@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= instead
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= GOOGLE_CODE \
|
|
http://209.44.102.205/FreeBSD/distfiles/
|
|
DISTNAME= instead_${PORTVERSION}
|
|
|
|
MAINTAINER= neuroworker@gmail.com
|
|
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
|
|
USE_ICONV= yes
|
|
|
|
CONFIGURE_SCRIPT= configure.sh
|
|
|
|
WRKSRC= ${WRKDIR}/instead-${PORTVERSION}
|
|
MAN6= instead.6
|
|
|
|
PORTDOCS= *
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|port_install_prefix|${PREFIX}|' ${WRKSRC}/configure.sh
|
|
.if defined(NOPORTDOCS)
|
|
@${REINPLACE_CMD} -e '/INSTALL.*DOCPATH/ d' ${WRKSRC}/doc/Makefile
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|