mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Fix OPTIONS with OPENSSL problem
PR: ports/77868 Submitted by: maintainer
This commit is contained in:
parent
a045756a67
commit
7503c81af4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129502
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= netustad
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt security
|
||||
MASTER_SITES= http://www.enderunix.org/netustad/
|
||||
|
||||
@ -21,7 +22,15 @@ USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
OPTIONS= SSL "Use netUstad with SSL support" on
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
PORT_DBDIR?= /var/db/ports
|
||||
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
|
||||
OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
|
||||
|
||||
.if exists(${OPTIONSFILE})
|
||||
.include "${OPTIONSFILE}"
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SSL)
|
||||
USE_OPENSSL= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-ssl
|
||||
|
Loading…
Reference in New Issue
Block a user