2013-03-13 00:26:14 +01:00
|
|
|
# Created By: nemysis@gmx.ch
|
2012-05-15 12:01:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= black-box
|
|
|
|
PORTVERSION= 1.4.8
|
2013-03-13 00:26:14 +01:00
|
|
|
PORTREVISION= 1
|
2012-05-15 12:01:55 +02:00
|
|
|
CATEGORIES= games
|
2013-03-13 00:26:14 +01:00
|
|
|
MASTER_SITES= http://www.linux-games.com/black-box/ \
|
|
|
|
SF/nemysisfreebsdp/:icons
|
|
|
|
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
|
|
|
${PORTNAME}.png:icons
|
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
|
2012-05-15 12:01:55 +02:00
|
|
|
|
|
|
|
MAINTAINER= nemysis@gmx.ch
|
2012-08-09 07:36:06 +02:00
|
|
|
COMMENT= Shoot in and watch where the shot leaves the box
|
2012-05-15 12:01:55 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_SDL= sdl image mixer
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
|
|
|
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
|
|
|
|
|
2013-03-13 00:26:14 +01:00
|
|
|
DESKTOP_ENTRIES="Black-Box" "${COMMENT}" "${PORTNAME}" \
|
|
|
|
"${PORTNAME}" "Game;ArcadeGame;" ${FALSE}
|
|
|
|
|
2012-08-09 07:36:06 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2012-05-15 12:01:55 +02:00
|
|
|
post-install:
|
2013-03-13 00:26:14 +01:00
|
|
|
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps
|
|
|
|
|
2012-08-09 07:36:06 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2012-05-15 12:01:55 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2013-03-13 00:26:14 +01:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
2012-05-15 12:01:55 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|