diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-04 21:43:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-04 21:43:58 +0000 |
commit | 14a15de0aa8209de828d5a69ac2fffe47366a4c6 (patch) | |
tree | cbef4c4c9590d3726c26ad9054aaf0341a5e8c00 /games/heroes/Makefile | |
parent | aa7548da8a6d13fecb66b3e88461ec5a0c6326f1 (diff) | |
download | ports-14a15de0aa8209de828d5a69ac2fffe47366a4c6.tar.gz ports-14a15de0aa8209de828d5a69ac2fffe47366a4c6.zip |
Notes
Diffstat (limited to 'games/heroes/Makefile')
-rw-r--r-- | games/heroes/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile index cf81b397d4fa..98a22858a2f0 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -9,8 +9,7 @@ PORTNAME= heroes PORTVERSION= 0.21 PORTREVISION= 8 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${DATADISTNAME}${EXTRACT_SUFX} \ ${SOUNDISTNAME}${EXTRACT_SUFX} \ @@ -18,7 +17,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ #PATCH_SITES= ftp://heroes.sourceforge.net/pub/heroes/patches/ #PATCHFILES= heroes-0.7-errata.patch -MAINTAINER= jre@vineyard.net +MAINTAINER= ports@FreeBSD.org COMMENT= A game of yore similar to the "Tron" and "Nibbles" DATAVERSION= 1.5 @@ -80,10 +79,4 @@ post-install: ${MKDIR} ${DATADIR}/mod ${INSTALL_DATA} ${MUSICSRC}/*.xm ${MUSICSRC}/sound.conf ${DATADIR}/mod -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |