1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/games/black-box/Makefile
Beech Rintoul e2345d078f - Makefile tweaks
- Add Desktop entries, icons, removed all Notes
- Shorten header
- Bump portrevision

PR:		ports/173355
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-03-12 23:26:14 +00:00

40 lines
940 B
Makefile

# Created By: nemysis@gmx.ch
# $FreeBSD$
PORTNAME= black-box
PORTVERSION= 1.4.8
PORTREVISION= 1
CATEGORIES= games
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}
MAINTAINER= nemysis@gmx.ch
COMMENT= Shoot in and watch where the shot leaves the box
LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_SDL= sdl image mixer
MAKE_JOBS_SAFE= yes
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
DESKTOP_ENTRIES="Black-Box" "${COMMENT}" "${PORTNAME}" \
"${PORTNAME}" "Game;ArcadeGame;" ${FALSE}
.include <bsd.port.options.mk>
post-install:
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>