summaryrefslogtreecommitdiff
path: root/net-p2p/valknut/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
commit1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch)
tree888348323662d1fceb365259a7bc1b95e8e8d3f1 /net-p2p/valknut/Makefile
parent. s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages should (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_9_0'.release/4.9.0
Notes
Notes: svn path=/head/; revision=90063 svn path=/tags/RELEASE_4_9_0/; revision=90064; tag=release/4.9.0
Diffstat (limited to 'net-p2p/valknut/Makefile')
-rw-r--r--net-p2p/valknut/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile
deleted file mode 100644
index cd2e17c18afd..000000000000
--- a/net-p2p/valknut/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: dclib
-# Date created: Wed 10 Jul 2002
-# Whom: Sverrir Valgeirsson <e96sv@yahoo.se> and
-# Amar Takhar <verm@drunkmonk.net> et al
-#
-# $FreeBSD$
-#
-
-PORTNAME= dcgui
-PORTVERSION= 0.2.19
-CATEGORIES= net
-MASTER_SITES= http://download.berlios.de/dcgui/ \
- http://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/ \
- ftp://ftp.kde.com/Networking_Internet/File_Sharing/Direct_Connect_4_Linux/
-DISTNAME= dcgui-qt-${PORTVERSION}
-
-MAINTAINER= brueffer@phoenix-systems.de
-COMMENT= A Direct Connect client QT GUI
-
-LIB_DEPENDS= dc.0:${PORTSDIR}/net/dclib \
- xml2.5:${PORTSDIR}/textproc/libxml2
-
-USE_X_PREFIX= yes
-USE_QT_VER= 3
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libdc=${LOCALBASE}
-
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-post-patch:
- @${REINPLACE_CMD} -e 's/-O2//g' ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>