mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
31 lines
624 B
Makefile
31 lines
624 B
Makefile
# Created by: Dominic Fandrey
|
|
|
|
PORTNAME= oax
|
|
PORTVERSION= B51
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://files.poulsander.com/~poul19/public_files/eliminationSource/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= OpenArena Mod: OpenArena Xpanded
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
PLIST_SUB+= DISTNAME="${DISTNAME}" \
|
|
PORTNAME="${PORTNAME}"
|
|
|
|
USES= zip
|
|
NO_BUILD= yes
|
|
|
|
OABASE= ${DISTNAME}
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR})
|
|
|
|
.include "../openarena/Makefile.include"
|
|
|
|
.include <bsd.port.post.mk>
|