Index: head/games/hexxagon/Makefile =================================================================== --- head/games/hexxagon/Makefile (revision 404488) +++ head/games/hexxagon/Makefile (revision 404489) @@ -1,22 +1,20 @@ # $FreeBSD$ PORTNAME= hexxagon PORTVERSION= 1.0.1 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= http://www.nesqi.se/hexxagon/hexxagon/download/ +MASTER_SITES= http://www.nesqi.se/download/ MAINTAINER= makc@FreeBSD.org COMMENT= Strategy hexagon game - -BROKEN= unfetchable LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 USES= gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \ "hexxagon" "Game;StrategyGame;" false .include Index: head/games/trigger-data/Makefile =================================================================== --- head/games/trigger-data/Makefile (revision 404488) +++ head/games/trigger-data/Makefile (revision 404489) @@ -1,31 +1,30 @@ # $FreeBSD$ PORTNAME= trigger-data PORTVERSION= 0.6.1 CATEGORIES= games -MASTER_SITES= SF/trigger-rally/trigger-rally/trigger-${PORTVERSION} +MASTER_SITES= SF/trigger-rally/trigger-${PORTVERSION} DISTNAME= trigger-rally-${PORTVERSION}-data MAINTAINER= makc@FreeBSD.org COMMENT= Data files for trigger-rally -BROKEN= unfetchable USES= tar:bzip2 DATADIR= ${PREFIX}/share/trigger-rally NO_ARCH= yes NO_BUILD= yes do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .for i in 16 22 24 32 36 48 64 72 96 128 192 256 ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ && \ ${MV} ${STAGEDIR}${DATADIR}/icon/trigger-${i}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/trigger.png .endfor # Avoid conflict with trigger-rally @${RM} -f ${STAGEDIR}${DATADIR}/COPYING* \ ${STAGEDIR}${DATADIR}/README* .include Index: head/games/trigger-rally/Makefile =================================================================== --- head/games/trigger-rally/Makefile (revision 404488) +++ head/games/trigger-rally/Makefile (revision 404489) @@ -1,42 +1,41 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= trigger-rally PORTVERSION= 0.6.1 CATEGORIES= games -MASTER_SITES= SF/trigger-rally/trigger-rally/trigger-${PORTVERSION} +MASTER_SITES= SF/trigger-rally/trigger-${PORTVERSION} DISTVERSIONSUFFIX= -src MAINTAINER= makc@FreeBSD.org COMMENT= Rally car racing game -BROKEN= unfetchable BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs RUN_DEPENDS= ${DATADIR}/trigger.config.defs:${PORTSDIR}/games/trigger-data USES= openal:al,alut tar:bzip2 USE_SDL= sdl image USE_GL= glu GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} \ --with-libAlut=${LOCALBASE} \ --with-libPhysFS=${LOCALBASE} DESKTOP_ENTRIES="Trigger" "" "trigger" \ "trigger" "" false PLIST_FILES= bin/trigger PORTDOCS= README-stereo.txt README.txt OPTIONS_DEFINE= DOCS do-build: @cd ${BUILD_WRKSRC} && ${LOCALBASE}/bin/jam do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trigger ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include