View | Details | Raw Unified | Return to bug 77868
Collapse All | Expand All

(-)netustad/Makefile (+9 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	netustad
8
PORTNAME=	netustad
9
PORTVERSION=	0.3.1
9
PORTVERSION=	0.3.1
10
PORTREVISION=	1
10
CATEGORIES=	net-mgmt security
11
CATEGORIES=	net-mgmt security
11
MASTER_SITES=	http://www.enderunix.org/netustad/
12
MASTER_SITES=	http://www.enderunix.org/netustad/
12
13
Lines 20-25 Link Here
20
USE_GETTEXT=	yes
21
USE_GETTEXT=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
OPTIONS=	SSL "Use netUstad with SSL support" on
23
OPTIONS=	SSL "Use netUstad with SSL support" on
24
25
PORT_DBDIR?=	/var/db/ports
26
LATEST_LINK=    ${PORTNAME}${PKGNAMESUFFIX}
27
OPTIONSFILE?=   ${PORT_DBDIR}/${LATEST_LINK}/options
28
29
.if exists(${OPTIONSFILE})
30
.include "${OPTIONSFILE}"
31
.endif
23
32
24
.if defined(WITH_SSL)
33
.if defined(WITH_SSL)
25
USE_OPENSSL=	yes
34
USE_OPENSSL=	yes

Return to bug 77868