aboutsummaryrefslogtreecommitdiffstats
path: root/games/bsp/Makefile
blob: 56abb86e50f48591c4de8b6dc3396b9dc2a2abc0 (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
# New ports collection makefile for:    bsp
# Date created:         22 April 2002
# Whom:             Christian Brueffer <chris@unixpages.org>
#
# $FreeBSD$
#

PORTNAME=   bsp
PORTVERSION=    5.1
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= doombsp

MAINTAINER= chris@unixpages.org

GNU_CONFIGURE=  yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/bsp ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>