mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
156dbca08f
- Switch to USES=ssl - Switch to USES=localbase - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
32 lines
774 B
Makefile
32 lines
774 B
Makefile
# Created by: Sverrir Valgeirsson <e96sv@yahoo.se> and
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dclib
|
|
PORTVERSION= 0.3.23
|
|
PORTREVISION= 5
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= SF/wxdcgui/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Direct connect interface library for valknut
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
USES= jpeg libtool localbase pathfix ssl tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= libxml2
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
|
|
${REINPLACE_CMD} -e 's|dclib-0.3/||g'
|
|
@${REINPLACE_CMD} -e 's|-0.3||g' ${WRKSRC}/dclib.pc.in
|
|
@${REINPLACE_CMD} -e 's|-D_XOPEN_SOURCE=500||g; \
|
|
s|-D_BSD_SOURCE||g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|