# New ports collection makefile for: ivan # Date created: 11 Nov 2005 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= ivan PORTVERSION= 0.50 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ivan MAINTAINER= amdmi3@mail.ru COMMENT= A graphical roguelike game USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= 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 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 body>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify plistbapt2014-10-311-3/+1
* Rename security/ patches to reflect the files they modify.adamw2014-07-292-0/+0
* - Add staging supportpawel2014-07-082-21/+13
* Remove trailing whitespaces from category securityehaupt2014-02-211-1/+1
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3
* Fix properties on pkg-plistbapt2014-01-221-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* Add an empty directory installed by the port to pkg-plistantoine2013-06-141-0/+2
* Remove duplicate LICENSE line.crees2013-05-271-2/+0
* Add license info.obrien2013-05-161-0/+3
* Style: tab -> space.eadler2013-03-291-1/+1
* FreeBSD string must be preceded by @commentpawel2013-02-101-1/+1
* - Add LICENSEpawel2012-11-113-25/+26
* -remove MD5ohauer2011-07-031-1/+0