diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-09-18 06:39:28 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-09-18 06:39:28 +0000 |
commit | 56016e8f4021670da1c904696ca3798a98f5db81 (patch) | |
tree | 608d38c2ac5155ba47d5bd507c8d046a157523aa /security/fpc-openssl | |
parent | 5e9dd3dc4806dee84f396d916525e418ba3410e2 (diff) | |
download | ports-56016e8f4021670da1c904696ca3798a98f5db81.tar.gz ports-56016e8f4021670da1c904696ca3798a98f5db81.zip |
Notes
Diffstat (limited to 'security/fpc-openssl')
-rw-r--r-- | security/fpc-openssl/Makefile | 23 | ||||
-rw-r--r-- | security/fpc-openssl/pkg-plist | 9 |
2 files changed, 32 insertions, 0 deletions
diff --git a/security/fpc-openssl/Makefile b/security/fpc-openssl/Makefile new file mode 100644 index 000000000000..92bf661fb7ed --- /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 000000000000..92d1473ae6ae --- /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 |