1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/games/instead/Makefile
Dmitry Marakasov aae24506b6 - Update to 1.8.1
PR:		173700
Submitted by:	Peter Kosyh <p.kosyh@gmail.com>
Feature safe:	yes
2012-11-20 22:28:03 +00:00

38 lines
773 B
Makefile

# New ports collection makefile for: instead
# Date created: 19 Dec 2010
# Whom: neuroworker@gmail.com
#
# $FreeBSD$
PORTNAME= instead
PORTVERSION= 1.8.1
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= *
.if defined(NOPORTDOCS)
post-patch:
@${REINPLACE_CMD} -e '/INSTALL.*DOCPATH/ d' ${WRKSRC}/doc/Makefile
.endif
.include <bsd.port.mk>