freebsd-ports/games/egoboo/Makefile
Dmitry Marakasov e696084d23 Update my email address in 132 ports.
Approved by:	miwi (mentor)
2008-06-19 17:28:24 +00:00

39 lines
876 B
Makefile

# New ports collection makefile for: egoboo
# Date created: Apr 28 2003
# Whom: Jan Stocker <Jan.Stocker@t-online.de>
#
# $FreeBSD$
PORTNAME= egoboo
PORTVERSION= 2.7.5
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= games
MASTER_SITES= SF
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${DISTNAME:S/-/-data-/}${EXTRACT_SUFX}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A 3D dungeon crawling adventure in the spirit of NetHack
USE_SDL= sdl ttf mixer image
USE_GL= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/game
MAKEFILE= Makefile.unix
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/egoboo|${DATADIR}|g; \
s|cp -a|cp -RPp|; s|/usr/libexec|${PREFIX}/libexec|' \
${WRKSRC}/egoboo.sh
post-install:
${MKDIR} ${DATADIR}
@cd ${WRKDIR}/${DISTNAME:S/-/-data-/} && \
${COPYTREE_SHARE} . ${DATADIR}
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
.include <bsd.port.mk>