diff options
author | krion <krion@FreeBSD.org> | 2004-04-08 08:29:23 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-08 08:29:23 +0000 |
commit | bbcbe65e8666aa940fc06c3dc19943969753d9a6 (patch) | |
tree | ec3861aa874a8c2e5f1c61a95b166e276a46f54e /games/d2x/Makefile | |
parent | 75d063f25fa1193ad9721504066dc244d34615af (diff) | |
download | FreeBSD-ports-bbcbe65e8666aa940fc06c3dc19943969753d9a6.zip FreeBSD-ports-bbcbe65e8666aa940fc06c3dc19943969753d9a6.tar.gz |
Add d2x 0.2.5, port of Descent 2 Game.
PR: ports/65257
Submitted by: Radim Kolar
Diffstat (limited to 'games/d2x/Makefile')
-rw-r--r-- | games/d2x/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/games/d2x/Makefile b/games/d2x/Makefile new file mode 100644 index 0000000..d5399f7 --- /dev/null +++ b/games/d2x/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: d2x +# Date created: 5 Apr 2004 +# Whom: Radim Kolar +# +# $FreeBSD$ +# + +PORTNAME= d2x +PORTVERSION= 0.2.5 +CATEGORIES= games +MASTER_SITES= http://www.icculus.org/d2x/src/ + +MAINTAINER= hsn@netmag.cz +COMMENT= Unix port of Descent 2 Game + +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_SDL= sdl image +USE_GMAKE= yes + +CONFIGURE_ARGS= --disable-network --disable-debug + +PORTDOCS= README TODO NEWS AUTHORS readme.txt installation.txt +PLIST_FILES= bin/d2x + +do-install: + ${INSTALL} ${WRKSRC}/d2x-sdl ${PREFIX}/bin/d2x +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + ${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |