1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net-p2p/dclib/Makefile
2019-11-08 13:26:08 +00:00

39 lines
1.0 KiB
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= gnome jpeg libtool localbase pathfix ssl tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= libxml2
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
BROKEN_FreeBSD_13= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
.endif
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.post.mk>