freebsd-ports/games/ivan/Makefile
Edwin Groothuis 23ac2035b9 [MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
	one.  Also, now I can mirror some distfiles, so update
	MASTER_SITES for some ports.

PR:		ports/107038
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-12-21 20:41:33 +00:00

45 lines
1.1 KiB
Makefile

# New ports collection makefile for: ivan
# Date created: 11 Nov 2005
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= ivan
PORTVERSION= 0.50
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ivan
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= A graphical roguelike game
USE_SDL= sdl
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --localstatedir=/var/games
STATEDIR= /var/games/ivan
post-patch:
@${REINPLACE_CMD} -e 's|IvanSave|.IvanSave|g' ${WRKSRC}/Main/Source/game.cpp
@${REINPLACE_CMD} -Ee 's|(fearray<type>::~?fearray)<type>|\1|' \
${WRKSRC}/FeLib/Include/fearray.h
@${REINPLACE_CMD} -Ee 's|([a-z]+<[a-z ,]+>::~?[a-z]+)<[a-z ,]+>|\1|' \
${WRKSRC}/Main/Source/script.cpp
post-install:
${CHGRP} games ${PREFIX}/bin/ivan
${CHMOD} g+s ${PREFIX}/bin/ivan
.if !exists(${STATEDIR})
${MKDIR} ${STATEDIR}
${TOUCH} ${STATEDIR}/ivan-highscore.scores
${MKDIR} ${STATEDIR}/Bones
${CHGRP} -R games ${STATEDIR}
${CHMOD} -R g+w ${STATEDIR}
.endif
.include <bsd.port.mk>