e12ebe9292
Reported by: erwin
39 lines
824 B
Makefile
39 lines
824 B
Makefile
# Created by: Alejandro Pulver <alejandro@varnet.biz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= reaper
|
|
PORTVERSION= 0.81
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.mindspring.com/~win32ch/
|
|
PKGNAMEPREFIX= ${Q1PKGNAMEPREFIX}
|
|
DISTNAME= reaprb81
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Quake 1 bots
|
|
|
|
USE_ZIP= yes
|
|
USE_DOS2UNIX= ${PORTDOCS}
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
DATADIR= ${Q1DIR}/${PORTNAME}
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include "${.CURDIR}/../quake-data/Makefile.include"
|
|
.include <bsd.port.options.mk>
|
|
|
|
do-install:
|
|
@${MKDIR} ${DATADIR}
|
|
.for f in Autoexec.cfg PROGS.DAT
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}/${f:L}
|
|
.endfor
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
@${MKDIR} ${DOCSDIR}
|
|
. for f in B08chg.txt Dedserv.txt Reaprb80.txt Skinspec.txt
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f:L}
|
|
. endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|