Index: head/games/pacmanarena/Makefile =================================================================== --- head/games/pacmanarena/Makefile (revision 376939) +++ head/games/pacmanarena/Makefile (revision 376940) @@ -1,59 +1,60 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= pacmanarena PORTVERSION= 0.15 PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v0.0/ \ SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons DISTFILES= ${DISTNAME:S/na/n-a/}.tar.bz2 \ ${PORTNAME:S/arena/-data/}-0.0.zip \ ${PORTNAME}_icons_1.tar.gz:icons MAINTAINER= nemysis@FreeBSD.org COMMENT= Pacman clone in full 3D with a few surprises -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip WRKSRC= ${WRKDIR}/${PORTNAME:S/arena//} USE_SDL= mixer net sdl GNU_CONFIGURE= yes LDFLAGS+= -lm PORTDOCS= README OPTIONS_DEFINE= DOCS INSTALLS_ICONS= yes ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 DESKTOP_ENTRIES="Pacman Arena" "" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" "" post-patch: @${REINPLACE_CMD} -e 's|@prefix@|${DATADIR}|; \ s|@datadir@/pacman|${DATADIR}|' \ ${WRKSRC}/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME:S/arena//} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .for d in gfx sfx @(cd ${WRKSRC}/../ && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) .endfor .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/games/pacmanarena/pkg-plist =================================================================== --- head/games/pacmanarena/pkg-plist (revision 376939) +++ head/games/pacmanarena/pkg-plist (revision 376940) @@ -1,59 +1,56 @@ bin/pacmanarena share/icons/hicolor/32x32/apps/pacmanarena.png share/icons/hicolor/48x48/apps/pacmanarena.png share/icons/hicolor/64x64/apps/pacmanarena.png share/icons/hicolor/72x72/apps/pacmanarena.png share/icons/hicolor/96x96/apps/pacmanarena.png %%DATADIR%%/gfx/1024-768-high.tga %%DATADIR%%/gfx/1024-768-low.tga %%DATADIR%%/gfx/1400-1050-high.tga %%DATADIR%%/gfx/1400-1050-low.tga %%DATADIR%%/gfx/640-480-high.tga %%DATADIR%%/gfx/640-480-low.tga %%DATADIR%%/gfx/800-600-high.tga %%DATADIR%%/gfx/800-600-low.tga %%DATADIR%%/gfx/bomb.3d %%DATADIR%%/gfx/dot-yellow.tga %%DATADIR%%/gfx/dot.tga %%DATADIR%%/gfx/exit-high.tga %%DATADIR%%/gfx/exit-low.tga %%DATADIR%%/gfx/game-over.tga %%DATADIR%%/gfx/ghost-green-dying.3d %%DATADIR%%/gfx/ghost-green-moving.3d %%DATADIR%%/gfx/ghost-green-returning.3d %%DATADIR%%/gfx/level-complete.tga %%DATADIR%%/gfx/pacman-arena-banner.tga %%DATADIR%%/gfx/pacman-dying.3d %%DATADIR%%/gfx/pacman-jumping.3d %%DATADIR%%/gfx/pacman-moving.3d %%DATADIR%%/gfx/pacman-stopped.3d %%DATADIR%%/gfx/pacman_arena1.tga %%DATADIR%%/gfx/particle.tga %%DATADIR%%/gfx/resolution-high.tga %%DATADIR%%/gfx/resolution-low.tga %%DATADIR%%/gfx/rocket-highlight.tga %%DATADIR%%/gfx/rocket.3d %%DATADIR%%/gfx/start-game-high.tga %%DATADIR%%/gfx/start-game-low.tga %%DATADIR%%/gfx/wall-horizontal.3d %%DATADIR%%/gfx/wall-ll.3d %%DATADIR%%/gfx/wall-lr.3d %%DATADIR%%/gfx/wall-ul.3d %%DATADIR%%/gfx/wall-ur.3d %%DATADIR%%/gfx/wall-vertical.3d %%DATADIR%%/gfx/wall.tga %%DATADIR%%/sfx/chomp.wav %%DATADIR%%/sfx/eat-ghost.wav %%DATADIR%%/sfx/explosion.wav %%DATADIR%%/sfx/gameover.ogg %%DATADIR%%/sfx/ghost-return.wav %%DATADIR%%/sfx/glomp.wav %%DATADIR%%/sfx/hiscore.ogg %%DATADIR%%/sfx/hummingbird.ogg %%DATADIR%%/sfx/pacman-die.wav %%DATADIR%%/sfx/rocket-launch.wav %%DATADIR%%/sfx/tranzy.ogg share/pixmaps/pacmanarena.png -@dirrm %%DATADIR%%/sfx -@dirrm %%DATADIR%%/gfx -@dirrm %%DATADIR%%