1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-p2p/dclib/Makefile

45 lines
1.2 KiB
Makefile
Raw Normal View History

2008-06-02 12:03:12 +00:00
# ex: ts=8
# 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
2009-03-16 18:32:22 +00:00
PORTVERSION= 0.3.23
2010-02-05 11:46:55 +00:00
PORTREVISION= 2
Populate newly create net-p2p category with these ports: ftp/jigdo net/amule1 net/amule2 net/apollon net/azureus net/bnbt net/btpeer net/btqueue net/cdonkey net/ctorrent net/dcd net/dclib net/dctc net/dctc-gui net/dctc-gui-qt net/edonkey-gui-gtk net/edonkey-gui-gtk-urlslave net/fcptools net/fidelio net/freenet net/frost net/giftcurs net/giftoxic net/giftui net/gift net/gift-fasttrack net/gift-gnutella net/gift-openft net/gkrellm-gift net/gnewtellium net/gnome-btdownload net/gnunet net/gtkhx net/gtk-gnutella net/gtorrentviewer net/hagelslag net/hx net/i2p net/javadc net/kmldonkey net/ktorrent net/libbt net/liberator net/libfreenet net/libpdtp net/libtorrent net/limewire net/linux-agsatellite net/linux-edonkey-core net/linux-edonkey-server net/linux-jigdo net/linux-overnet-core net/minder net/mldonkey net/mldonkey-core net/mldonkey-core-devel net/mldonkey-devel net/mldonkey-gui net/mldonkey-gui-devel net/mldonkey-perlreactor net/mldonkey-sancho net/mldonkey-serverspy net/mldonkey-urlslave net/mutella net/mute-net net/mute-net-gui net/mute-net-text net/napshare net/nicotine net/opendchub net/peercast net/phex net/pyslsk net/py-bittornado net/py-bittornado-core net/py-bittorrent net/py-bittorrent-core net/py-bittorrent-core-devel net/py-bittorrent-devel net/py-fngrab net/py-kenosis net/py-kenosis-bittorrent net/py-py2play net/p5-pdonkey net/qtella net/qtorrent net/rtorrent net/squall net/torrentflux net/torrentsniff net/trackerbt net/transmission net/valknut net/verlihub net/verlihub-plugins net/xmule net/xnap misc/ed2k misc/edonkey-tool-hash misc/linux-edonkey-tool-recovermet Repocopies by: marcus
2006-01-30 21:36:28 +00:00
CATEGORIES= net-p2p
MASTER_SITES= SF/wxdcgui/${PORTNAME}/${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= Direct connect interface library for valknut
2010-02-05 11:46:55 +00:00
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
2008-06-02 12:03:12 +00:00
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
2008-09-23 14:11:26 +00:00
USE_GNOME= libxml2
2009-03-16 18:32:22 +00:00
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
2008-06-02 12:03:12 +00:00
post-extract:
${CHMOD} 0755 ${WRKSRC}/admin/install-sh
post-patch:
2009-03-16 18:32:22 +00:00
# ${REINPLACE_CMD} -e 's|-O2 ||g; s/-pedantic //g' \
# ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
2008-07-15 07:46:16 +00:00
${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
2008-06-02 12:03:12 +00:00
${FIND} ${WRKSRC} -name "Makefile.*" | ${XARGS} \
${REINPLACE_CMD} -e 's|dclib-0.3/||g'
${REINPLACE_CMD} -e 's|-0.3||g' ${WRKSRC}/dclib.pc.in
2008-07-15 07:46:16 +00:00
${REINPLACE_CMD} -e 's|-D_XOPEN_SOURCE=500||g; \
s|-D_BSD_SOURCE||g' ${WRKSRC}/configure ${WRKSRC}/configure.in
.include <bsd.port.mk>