1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

net/xisp: Document SSL requirement and configure it properly

Approved by:	SSL blanket
This commit is contained in:
John Marino 2016-09-13 04:50:04 +00:00
parent d1bebfd4f2
commit 82207d5ad4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421976

View File

@ -14,12 +14,14 @@ COMMENT= User-friendly X interface to pppd/chat
LIB_DEPENDS= libforms.so:x11-toolkits/xforms
USES= alias ssl
USE_XORG= xpm
CFLAGS+= -DUSE_OPENSSL -I${OPENSSLINC}
MAKE_ENV+= CCFLAGS="${CFLAGS}"
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/Makefile
-e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" ${WRKSRC}/Makefile
.include <bsd.port.mk>