mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
29 lines
567 B
Makefile
29 lines
567 B
Makefile
# Created by: Dominic Fandrey
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oax
|
|
PORTVERSION= B50
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://files.poulsander.com/~poul19/public_files/eliminationSource/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= OpenArena Mod: OpenArena Xpanded
|
|
|
|
PLIST_SUB+= DISTNAME="${DISTNAME}" \
|
|
PORTNAME="${PORTNAME}"
|
|
|
|
USES= zip
|
|
NO_BUILD= yes
|
|
|
|
OABASE= ${DISTNAME}
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${MKDIR} ${DATADIR}
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR})
|
|
|
|
.include "../openarena/Makefile.include"
|
|
|
|
.include <bsd.port.post.mk>
|