diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-02 08:52:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-02 08:52:05 +0000 |
commit | bb61b57fa680294e9f8294060712ebda179dcf1e (patch) | |
tree | 9b1db70a2026f3d0884d01ab5ae191fce669c4bb /games/heroes/Makefile | |
parent | 71ce93513259551f9576c619f373a5f2e4029a19 (diff) | |
download | ports-bb61b57fa680294e9f8294060712ebda179dcf1e.tar.gz ports-bb61b57fa680294e9f8294060712ebda179dcf1e.zip |
Notes
Diffstat (limited to 'games/heroes/Makefile')
-rw-r--r-- | games/heroes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile index ca3060be1e6f..9b3de82b2048 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -7,7 +7,7 @@ PORTNAME= heroes PORTVERSION= 0.21 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ #PATCH_SITES= ftp://heroes.sourceforge.net/pub/heroes/patches/ #PATCHFILES= heroes-0.7-errata.patch -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jre@vineyard.net COMMENT= A game of yore similar to the "Tron" and "Nibbles" LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv @@ -41,7 +41,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" -CONFIGURE_ARGS= --with-sdl_mixer=${LOCALBASE} --without-gii +CONFIGURE_ARGS= --with-sdl_mixer=${LOCALBASE} --without-gii --without-ggi MAN6= heroes.6 heroeslvl.6 INFO= heroes |