summaryrefslogtreecommitdiff
path: root/games/qtv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/qtv/Makefile')
-rw-r--r--games/qtv/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/games/qtv/Makefile b/games/qtv/Makefile
deleted file mode 100644
index fdfe26889ab4..000000000000
--- a/games/qtv/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= qtv
-PORTVERSION= 1.00
-CATEGORIES= games net
-MASTER_SITES= http://qw-dev.net/attachments/download/153/
-DISTNAME= ${PORTNAME}_${PORTVERSION}_sources
-
-MAINTAINER= danfe@FreeBSD.org
-COMMENT= MVD demo data streaming proxy over TCP/IP for QuakeWorld servers
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
-ALL_TARGET= ${PORTNAME}
-MAKE_ARGS= CC="${CC}"
-WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.bin \
- ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
- @${FIND} ${WRKSRC} -type d -name .svn -print0 | ${XARGS} -0 ${RM} -r
- @${RM} -f "${WRKSRC}/example-configs/PLACE YOUR QTV.BIN HERE"
- cd ${WRKSRC}/example-configs && ${COPYTREE_SHARE} . \
- ${STAGEDIR}${DATADIR}
- cd ${WRKSRC} && ${COPYTREE_SHARE} metaqtv ${STAGEDIR}${DATADIR}
-
-.include <bsd.port.mk>