security/titus; Add SSL flags and fix tab alignment
Approved by: SSL blanket
This commit is contained in:
parent
b8fc0a9b0a
commit
6caef54cd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421798
1 changed files with 6 additions and 6 deletions
|
@ -10,11 +10,9 @@ 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
|
||||
|
||||
|
@ -22,10 +20,12 @@ 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue