diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-11-15 11:45:36 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-11-15 11:45:36 +0000 |
commit | 6761ea0a1a1f1297af88f804525336e526138a9c (patch) | |
tree | beb554a0049062ee8149c6a48d511d1db9d42a32 /games/qwdtools/Makefile | |
parent | 3190e0620b1e9a9437f23778c9b81e4bee5547a3 (diff) | |
download | ports-6761ea0a1a1f1297af88f804525336e526138a9c.tar.gz ports-6761ea0a1a1f1297af88f804525336e526138a9c.zip |
Notes
Diffstat (limited to 'games/qwdtools/Makefile')
-rw-r--r-- | games/qwdtools/Makefile | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/games/qwdtools/Makefile b/games/qwdtools/Makefile index 9642ea115c8f..c2f05f79900e 100644 --- a/games/qwdtools/Makefile +++ b/games/qwdtools/Makefile @@ -6,25 +6,10 @@ # PORTNAME= qwdtools -PORTVERSION= 0.02 CATEGORIES= games converters -MASTER_SITES= http://www.helsinki.fi/~sandvik/qwdlinux/ \ - http://freebsd.nsu.ru/distfiles/ -DISTNAME= ${PORTNAME}-unix-source-${PORTVERSION} - -MAINTAINER= danfe@FreeBSD.org COMMENT= Converts QuakeWorld demos from QWD format to MVD format +DESCR= ${.CURDIR}/pkg-descr -WRKSRC= ${WRKDIR}/${PORTNAME}-unix -ALL_TARGET= ${PORTNAME} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -. for file in INSTALL README NEWS - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -. endfor -.endif +MASTERDIR= ${.CURDIR}/../mvdsv -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" |