aboutsummaryrefslogtreecommitdiffstats
path: root/games/black-box/Makefile
blob: 69f7cb8b87c87ca398e201353e6fb2f0b3789f73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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=    You can 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

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.  for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.  endfor
.endif

.include <bsd.port.mk>