1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/games/barrage/Makefile
Rusmir Dusko 63ba3f4211 - 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)
2014-02-01 15:36:19 +00:00

36 lines
724 B
Makefile

# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$
PORTNAME= barrage
PORTVERSION= 1.0.4
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/lgames/${PORTNAME}/
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Destroy as many targets as possible
LICENSE= GPLv2
USES= gmake
USE_SDL= sdl mixer
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
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>