mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
23 lines
463 B
Makefile
23 lines
463 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= security lang
|
|
PKGNAMESUFFIX= -openssl
|
|
|
|
COMMENT= Free Pascal unit for OpenSSL
|
|
|
|
USES= fpc
|
|
USE_FPC= rtl-extra
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= OPENSSL
|
|
OPENSSL_DESC= Install SSL and crypto library
|
|
OPTIONS_DEFAULT= OPENSSL
|
|
|
|
OPENSSL_USES= ssl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|