diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-27 19:37:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-27 19:37:24 +0000 |
commit | a30a66564a7319cb25fa2bb7a52fd32537b9433b (patch) | |
tree | 4120ee6bcf7f5ae18a4a7a88aef7d954961743ce /games/tome/Makefile | |
parent | Upgrade to 3.4.3. (diff) |
Update to tome 2.3.0 and assign maintainership to submitter.
Submitted by: Peter Thoenen <eol1@yahoo.com>
PR: ports/75327 (based on)
Notes
Notes:
svn path=/head/; revision=125282
Diffstat (limited to 'games/tome/Makefile')
-rw-r--r-- | games/tome/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games/tome/Makefile b/games/tome/Makefile index 470d2b3c2ad4..99aa3ffd64c3 100644 --- a/games/tome/Makefile +++ b/games/tome/Makefile @@ -6,20 +6,19 @@ # PORTNAME= tome -PORTVERSION= 2.2.5 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= games MASTER_SITES= http://t-o-m-e.net/dl/src/ -DISTNAME= tome-225-src -EXTRACT_SUFX= .tgz +DISTNAME= tome-230-src -MAINTAINER= kris@FreeBSD.org +MAINTAINER= eol1@yahoo.com COMMENT= Roguelike dungeon exploration game based on JRR Tolkien's works ALL_TARGET= # empty -MAKEFILE= makefile.std +MAKEFILE= makefile.bsd USE_GMAKE= yes USE_REINPLACE= yes +USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src .if exists(${X11BASE}/lib/libX11.a) && !defined(WITHOUT_X11) @@ -34,5 +33,4 @@ post-patch: ${REINPLACE_CMD} -e 's@-I$$(X11BASE)/include@@g' ${WRKSRC}/${MAKEFILE} .endif - .include <bsd.port.mk> |