security/titus; Add SSL flags and fix tab alignment

Approved by:	SSL blanket
This commit is contained in:
John Marino 2016-09-11 05:56:30 +00:00
parent b8fc0a9b0a
commit 6caef54cd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421798

View file

@ -10,22 +10,22 @@ COMMENT= TLS/SSL proxy server
LICENSE= MIT
USES= compiler:c++11-lang
USES= compiler:c++11-lang ssl
USE_RC_SUBR= titus
USE_OPENSSL= yes
USE_GITHUB= yes
GH_ACCOUNT= AGWA
USERS= titus titus-keys
GROUPS= nogroup
USERS= titus titus-keys
GROUPS= nogroup
MAKE_ENV+= MANDIR=${MANPREFIX}/man
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1002000
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000
BROKEN= Requires FreeBSD 10.2 or higher
.endif