freebsd-ports/games/black-box/Makefile
Jason Helfman de2442d767 - use optionsNG for DOCS [1]
- drop pkg-plist in favor of PLIST_FILES and PORTDATA [1]
- adjust COMMENT [2]

PR:	170452
Submitted by:	maintainer, nemysis@gmx.ch [1], jgh@ [2]
Approved by:	maintainer
2012-08-09 05:36:06 +00:00

37 lines
710 B
Makefile

# New Ports collection makefile for: black-box
# Date created: 2012-04-27
# Whom: nemysis@gmx.ch
#
# $FreeBSD$
#
PORTNAME= black-box
PORTVERSION= 1.4.8
CATEGORIES= games
MASTER_SITES= http://www.linux-games.com/black-box/
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
PLIST_FILES= bin/${PORTNAME}
PORTDATA= *
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
. for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
. endfor
.endif
.include <bsd.port.mk>