freebsd-ports/net-p2p/dclib/Makefile
Martin Wilke bb04c430c5 - Update to 0.3.10
- Update pkg-descr to point to the new homepage [1]
- Some small tidy-ups to the port [1]

PR:		114118 [1]
Submitted by:	Shane Bell <decept0@gmail.com> [1]
2007-06-29 21:25:17 +00:00

34 lines
871 B
Makefile

# 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.3.10
CATEGORIES= net-p2p
MASTER_SITES= SF
MASTER_SITE_SUBDIR= wxdcgui
MAINTAINER= ports@FreeBSD.org
COMMENT= Direct connect interface library for valknut
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
xml2.5:${PORTSDIR}/textproc/libxml2
USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_OPENSSL= yes
USE_LDCONFIG= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-pedantic //g' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>