1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

mail/asmail: configure SSL for any library base

This commit is contained in:
John Marino 2016-09-10 19:56:47 +00:00
parent 6d9074658b
commit 8a2c6445ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421734

View File

@ -11,15 +11,16 @@ MASTER_SITES= AFTERSTEP/apps/asmail/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Biff-type program, designed to match AfterStep
USES= ssl
USE_XORG= xpm
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shaping \
--with-xpm \
--with-xpm-includes=${LOCALBASE}/include \
--with-xpm-library=${LOCALBASE}/lib
LDFLAGS+= -pthread -lssl -lcrypto
LDFLAGS+= -pthread -L${OPENSSLLIB} -lssl -lcrypto
CPPFLAGS+= -I${OPENSSLINC}
OPTIONS_DEFINE= DOCS EXAMPLES