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

(-)security/fpc-openssl/Makefile (-6 / +4 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	fpc-openssl
1
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
2
# Date created: 			2007-09-11
3
# Whom: 				Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTREVISION=	0
4
PORTREVISION=	0
9
CATEGORIES=	security lang
5
CATEGORIES=	security lang
Lines 18-23 Link Here
18
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
14
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
19
EXTRACTUNITDIR+=	${WRKUNITDIR}
15
EXTRACTUNITDIR+=	${WRKUNITDIR}
20
16
21
OPTIONS=	OPENSSL	"Install SSL and crypto library"	on
17
OPTIONS_DEFINE=	OPENSSL
18
OPENSSL_DESC=	Install SSL and crypto library
19
OPTIONS_DEFAULT=	OPENSSL
22
20
23
.include "${MASTERDIR}/Makefile"
21
.include "${MASTERDIR}/Makefile"

Return to bug 176942