freebsd-ports/games/bsp/Makefile
Ying-Chieh Liao 2e0b612dd8 add bsp 5.1
Node builder for Doom

PR:		37359
Submitted by:	Christian Brueffer <chris@unixpages.org>
2002-09-18 11:47:28 +00:00

26 lines
497 B
Makefile

# 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>