2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
2003-04-27 18:34:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= barrage
|
2019-09-11 17:43:29 +02:00
|
|
|
PORTVERSION= 1.0.5
|
2003-04-27 18:34:24 +02:00
|
|
|
CATEGORIES= games
|
2014-02-01 16:36:19 +01:00
|
|
|
MASTER_SITES= SF/lgames/${PORTNAME}/
|
2003-04-27 18:34:24 +02:00
|
|
|
|
2014-10-31 17:11:33 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-27 18:34:24 +02:00
|
|
|
COMMENT= Destroy as many targets as possible
|
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv2+
|
2014-10-12 16:01:05 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2014-02-01 16:36:19 +01:00
|
|
|
|
2019-09-27 14:48:06 +02:00
|
|
|
USES= compiler:c11 gmake gnome sdl
|
2014-02-01 16:36:19 +01:00
|
|
|
USE_SDL= sdl mixer
|
2019-09-11 17:43:29 +02:00
|
|
|
|
2003-04-27 18:34:24 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-02-01 16:36:19 +01:00
|
|
|
|
2013-10-10 02:15:20 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2014-02-01 16:36:19 +01:00
|
|
|
|
|
|
|
PORTDOCS= AUTHORS BUGS ChangeLog README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
2003-04-27 18:34:24 +02:00
|
|
|
|
2003-05-05 01:10:45 +02:00
|
|
|
post-patch:
|
2011-03-25 13:31:37 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/configure
|
2003-04-27 18:34:24 +02:00
|
|
|
|
2014-02-01 16:36:19 +01:00
|
|
|
post-install:
|
2019-09-11 17:43:29 +02:00
|
|
|
${LN} -sf ${PREFIX}/share/icons/${PORTNAME}48.png \
|
|
|
|
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
|
2014-02-01 16:36:19 +01:00
|
|
|
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
2003-04-27 18:34:24 +02:00
|
|
|
.include <bsd.port.mk>
|