freebsd-ports/games/instead/Makefile
Dmitry Marakasov 79b8c4a095 - Update to 1.8.2 (1)
- Trim header
- OptionsNG
- Remove unneeded patches

PR:		174569 (1)
Submitted by:	Peter Kosyh <p.kosyh@gmail.com> (1)
2012-12-21 09:29:42 +00:00

36 lines
712 B
Makefile

# Created by: neuroworker@gmail.com
# $FreeBSD$
PORTNAME= instead
PORTVERSION= 1.8.2
CATEGORIES= games
MASTER_SITES= GOOGLE_CODE \
http://mirror.amdmi3.ru/distfiles/
DISTNAME= instead_${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
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
CONFIGURE_ENV= PREFIX="${PREFIX}"
WRKSRC= ${WRKDIR}/instead-${PORTVERSION}
MAN6= instead.6
PORTDOCS= *
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MDOCS}
post-patch:
@${REINPLACE_CMD} -e '/INSTALL.*DOCPATH/ d' ${WRKSRC}/doc/Makefile
.endif
.include <bsd.port.mk>