- Use canonical names for patch files - Take maintainership (1) PR: 167181 Submitted by: myself Approved by: maintainer via private email (1)
37 lines
773 B
Makefile
37 lines
773 B
Makefile
# New ports collection makefile for: instead
|
|
# Date created: 19 Dec 2010
|
|
# Whom: neuroworker@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= instead
|
|
PORTVERSION= 1.7.0
|
|
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>
|