summaryrefslogtreecommitdiff
path: root/net-p2p/dclib/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/dclib/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/dclib/Makefile')
-rw-r--r--net-p2p/dclib/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile
deleted file mode 100644
index a3d3204e68d2..000000000000
--- a/net-p2p/dclib/Makefile
+++ /dev/null
@@ -1,34 +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= dclib
-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/
-
-MAINTAINER= brueffer@phoenix-systems.de
-COMMENT= Direct connect interface library for dcgui
-
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- xml2.5:${PORTSDIR}/textproc/libxml2
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_REINPLACE= yes
-INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
-
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
-post-patch:
- @${REINPLACE_CMD} -e 's/-O2//g; s/-pedantic //g' \
- ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.mk>