Index: head/games/bombherman/Makefile =================================================================== --- head/games/bombherman/Makefile (revision 373677) +++ head/games/bombherman/Makefile (revision 373678) @@ -1,75 +1,76 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= bomb-her-man PORTVERSION= 0.3 PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}_icons${EXTRACT_SUFX}:icons MAINTAINER= ports@FreeBSD.org COMMENT= Bomberman clone written in C++ -LICENSE= GPLv3 +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_GITHUB= yes GH_ACCOUNT= Keruspe GH_PROJECT= Bomb-her-man GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 8f5aa22 USES= gmake pkgconfig USE_SDL= sdl image mixer ttf USE_GNOME= cairo intltool librsvg2 GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:env ALL_TARGET= # empty CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS ChangeLog NEWS README INSTALLS_ICONS= yes ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 DESKTOP_ENTRIES="Bomb-her-man" "Bomberman clone" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" "" OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext # Wrong versioning upstream PORTSCOUT= ignore:1 .include pre-configure: @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) .if ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e \ 's|$$(prefix)/$$(DATADIRNAME)/locale|$$(prefix)/share/locale|' \ ${WRKSRC}/po/Makefile.in.in .endif post-install: .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/bombherman/pkg-plist =================================================================== --- head/games/bombherman/pkg-plist (revision 373677) +++ head/games/bombherman/pkg-plist (revision 373678) @@ -1,80 +1,63 @@ bin/bomb-her-man %%DATADIR%%/biolinum.ttf %%DATADIR%%/graphics/background.svg %%DATADIR%%/graphics/barrel.svg %%DATADIR%%/graphics/bomb-her-man.svg %%DATADIR%%/graphics/bomb.svg %%DATADIR%%/graphics/bonuses/1.svg %%DATADIR%%/graphics/bonuses/2.svg %%DATADIR%%/graphics/bonuses/3.svg %%DATADIR%%/graphics/bonuses/4.svg %%DATADIR%%/graphics/bonuses/5.svg %%DATADIR%%/graphics/bonuses/6.svg %%DATADIR%%/graphics/explosion.svg %%DATADIR%%/graphics/floor.svg %%DATADIR%%/graphics/players/1/0/0.svg %%DATADIR%%/graphics/players/1/0/1.svg %%DATADIR%%/graphics/players/1/0/2.svg %%DATADIR%%/graphics/players/1/0/3.svg %%DATADIR%%/graphics/players/1/1/0.svg %%DATADIR%%/graphics/players/1/1/1.svg %%DATADIR%%/graphics/players/1/1/2.svg %%DATADIR%%/graphics/players/1/1/3.svg %%DATADIR%%/graphics/players/1/2/0.svg %%DATADIR%%/graphics/players/1/2/1.svg %%DATADIR%%/graphics/players/1/2/2.svg %%DATADIR%%/graphics/players/1/2/3.svg %%DATADIR%%/graphics/players/1/3/0.svg %%DATADIR%%/graphics/players/1/3/1.svg %%DATADIR%%/graphics/players/1/3/2.svg %%DATADIR%%/graphics/players/1/3/3.svg %%DATADIR%%/graphics/players/2/0/0.svg %%DATADIR%%/graphics/players/2/0/1.svg %%DATADIR%%/graphics/players/2/0/2.svg %%DATADIR%%/graphics/players/2/0/3.svg %%DATADIR%%/graphics/players/2/1/0.svg %%DATADIR%%/graphics/players/2/1/1.svg %%DATADIR%%/graphics/players/2/1/2.svg %%DATADIR%%/graphics/players/2/1/3.svg %%DATADIR%%/graphics/players/2/2/0.svg %%DATADIR%%/graphics/players/2/2/1.svg %%DATADIR%%/graphics/players/2/2/2.svg %%DATADIR%%/graphics/players/2/2/3.svg %%DATADIR%%/graphics/players/2/3/0.svg %%DATADIR%%/graphics/players/2/3/1.svg %%DATADIR%%/graphics/players/2/3/2.svg %%DATADIR%%/graphics/players/2/3/3.svg %%DATADIR%%/graphics/scores/1/equal.svg %%DATADIR%%/graphics/scores/1/lose.svg %%DATADIR%%/graphics/scores/1/win.svg %%DATADIR%%/graphics/scores/2/equal.svg %%DATADIR%%/graphics/scores/2/lose.svg %%DATADIR%%/graphics/scores/2/win.svg %%DATADIR%%/graphics/scores/background-horizontal.svg %%DATADIR%%/graphics/scores/background-vertical.svg %%DATADIR%%/graphics/tomb1.svg %%DATADIR%%/graphics/tomb2.svg share/icons/hicolor/32x32/apps/bomb-her-man.png share/icons/hicolor/48x48/apps/bomb-her-man.png share/icons/hicolor/64x64/apps/bomb-her-man.png share/icons/hicolor/72x72/apps/bomb-her-man.png share/icons/hicolor/96x96/apps/bomb-her-man.png %%NLS%%share/locale/fr/LC_MESSAGES/bomb-her-man.mo share/pixmaps/bomb-her-man.png -@dirrm %%DATADIR%%/graphics/scores/2 -@dirrm %%DATADIR%%/graphics/scores/1 -@dirrm %%DATADIR%%/graphics/scores -@dirrm %%DATADIR%%/graphics/players/2/3 -@dirrm %%DATADIR%%/graphics/players/2/2 -@dirrm %%DATADIR%%/graphics/players/2/1 -@dirrm %%DATADIR%%/graphics/players/2/0 -@dirrm %%DATADIR%%/graphics/players/2 -@dirrm %%DATADIR%%/graphics/players/1/3 -@dirrm %%DATADIR%%/graphics/players/1/2 -@dirrm %%DATADIR%%/graphics/players/1/1 -@dirrm %%DATADIR%%/graphics/players/1/0 -@dirrm %%DATADIR%%/graphics/players/1 -@dirrm %%DATADIR%%/graphics/players -@dirrm %%DATADIR%%/graphics/bonuses -@dirrm %%DATADIR%%/graphics -@dirrm %%DATADIR%%