diff options
author | acm <acm@FreeBSD.org> | 2007-09-18 14:39:28 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-09-18 14:39:28 +0800 |
commit | db11d201a0626af81794d3ac34bbe724a7b70117 (patch) | |
tree | ece343fa3df712c35270f437af516a15d6d855c4 /security | |
parent | 7950f9ff4207eb6e28d12acaf31c3cdbb3749832 (diff) | |
download | freebsd-ports-graphics-db11d201a0626af81794d3ac34bbe724a7b70117.tar.gz freebsd-ports-graphics-db11d201a0626af81794d3ac34bbe724a7b70117.tar.zst freebsd-ports-graphics-db11d201a0626af81794d3ac34bbe724a7b70117.zip |
- New port: security/fpc-openssl
Free Pascal unit for OpenSSL
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/fpc-openssl/Makefile | 23 | ||||
-rw-r--r-- | security/fpc-openssl/pkg-plist | 9 |
3 files changed, 33 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 39c9daa6ab7..d44f2a2af43 100644 --- a/security/Makefile +++ b/security/Makefile @@ -137,6 +137,7 @@ SUBDIR += fl0p SUBDIR += flawfinder SUBDIR += fpc-hash + SUBDIR += fpc-openssl SUBDIR += fpm SUBDIR += fragroute SUBDIR += fragrouter diff --git a/security/fpc-openssl/Makefile b/security/fpc-openssl/Makefile new file mode 100644 index 00000000000..92bf661fb7e --- /dev/null +++ b/security/fpc-openssl/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: fpc-openssl +# Date created: 2007-09-11 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= security lang +PKGNAMESUFFIX= -openssl + +MAINTAINER= acm@FreeBSD.org +COMMENT= Free Pascal unit for OpenSSL + +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} + +OPTIONS= OPENSSL "Install SSL and crypto library" on + +.include "${MASTERDIR}/Makefile" diff --git a/security/fpc-openssl/pkg-plist b/security/fpc-openssl/pkg-plist new file mode 100644 index 00000000000..92d1473ae6a --- /dev/null +++ b/security/fpc-openssl/pkg-plist @@ -0,0 +1,9 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/openssl.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/openssl.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/libpopenssl.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc |