Index: head/games/starfighter/Makefile =================================================================== --- head/games/starfighter/Makefile (revision 208746) +++ head/games/starfighter/Makefile (revision 208747) @@ -1,53 +1,52 @@ # New ports collection makefile for: starfighter # Date created: 13 Jul 2005 # Whom: Alejandro Pulver # # $FreeBSD$ # PORTNAME= starfighter DISTVERSION= 1.1-1 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= http://www.parallelrealities.co.uk/download.php?proj=starfighter&type=zip&file= +MASTER_SITES= NETBSD \ + http://www.amdmi3.ru/distfiles/ MAINTAINER= alepulver@FreeBSD.org COMMENT= Chris Bainfield is fighting for the freedom of the galaxy - -FETCH_BEFORE_ARGS+= -o ${DISTNAME}${EXTRACT_SUFX} USE_GMAKE= yes USE_SDL= image mixer sdl WRKSRC= ${WRKDIR}/${PORTNAME}-1.1 OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on MAKEFILE= makefile MAKE_ENV= CXX="${CXX}" .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} @${RM} ${WRKSRC}/docs/LICENSE ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} .endif .include post-patch: # Fix Makefile. @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}| ; \ s|\(-Wall\)|${CFLAGS} \1|' \ ${WRKSRC}/${MAKEFILE} # Fix SDL include statement. @${REINPLACE_CMD} -e 's|\(#include.*\)SDL/\(SDL.*\)|\1\2|' \ ${WRKSRC}/code/*.cpp ${WRKSRC}/code/*.h # Enable/disable compilation optimizations. .if defined(WITHOUT_OPTIMIZED_CFLAGS) @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/${MAKEFILE} .endif .include Property changes on: head/games/starfighter/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/games/viruskiller/Makefile =================================================================== --- head/games/viruskiller/Makefile (revision 208746) +++ head/games/viruskiller/Makefile (revision 208747) @@ -1,46 +1,48 @@ # New ports collection makefile for: viruskiller # Date created: 13 Jul 2005 # Whom: Alejandro Pulver # # $FreeBSD$ # PORTNAME= viruskiller DISTVERSION= 1.0-1 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.parallelrealities.co.uk/download.php?proj=viruskiller&type=zip&file= +MASTER_SITES= GENTOO \ + http://www.amdmi3.ru/distfiles/ +MASTER_SITE_SUBDIR= distfiles MAINTAINER= alepulver@FreeBSD.org COMMENT= An arcade game that relies on quick reflexes FETCH_BEFORE_ARGS+= -o ${DISTNAME}${EXTRACT_SUFX} USE_GMAKE= yes USE_SDL= image mixer sdl ttf WRKSRC= ${WRKDIR}/${PORTNAME}-1.0 MAKEFILE= makefile MAKE_ENV= CXX="${CXX}" post-patch: # Fix Makefile @${REINPLACE_CMD} -e 's|$$(PREFIX)/share/$$(PROG)|${DATADIR}| ; \ s|$$(PREFIX)/share/doc/$$(PROG)|${DOCSDIR}| ; \ s|sdl-config|${SDL_CONFIG}| ; \ s|\(-Wall\)|${CFLAGS} \1|' \ ${WRKSRC}/${MAKEFILE} # Fix SDL include statement @${REINPLACE_CMD} -e 's|\(#include.*\)SDL/\(SDL.*\)|\1\2|' \ ${WRKSRC}/src/*.cpp ${WRKSRC}/src/*.h .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} ${RM} ${DOCSDIR}/LICENSE .endif .include Property changes on: head/games/viruskiller/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property