mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Bump PORTREVISION
- Take maintainership - Add license (GPLv2) - Remove useless CONFIGURE_ARGS, not working since Years - Add DOCS and Option - Symlink the icon - Change pkg-plist, remove mtree PR: ports/173873 Submitted by: nemysis (self)
This commit is contained in:
parent
0b7cb9c39c
commit
63ba3f4211
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342172
@ -3,20 +3,33 @@
|
||||
|
||||
PORTNAME= barrage
|
||||
PORTVERSION= 1.0.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/lgames/${PORTNAME}
|
||||
MASTER_SITES= SF/lgames/${PORTNAME}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
COMMENT= Destroy as many targets as possible
|
||||
|
||||
USE_SDL= sdl mixer
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake
|
||||
USE_SDL= sdl mixer
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ARGS= --with-profile-path=/var/games
|
||||
|
||||
PORTDOCS= AUTHORS BUGS ChangeLog README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${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 <bsd.port.mk>
|
||||
|
@ -26,14 +26,7 @@ share/applications/barrage.desktop
|
||||
share/icons/hicolor/16x16/apps/barrage.png
|
||||
share/icons/hicolor/32x32/apps/barrage.png
|
||||
share/icons/hicolor/48x48/apps/barrage.png
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor/32x32/apps
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
share/pixmaps/barrage.png
|
||||
@dirrm %%DATADIR%%/sounds
|
||||
@dirrm %%DATADIR%%/gfx
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user