diff options
author | bsam <bsam@FreeBSD.org> | 2011-09-24 01:14:07 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2011-09-24 01:14:07 +0800 |
commit | 2e5dfa09bd1264db00fa2b2c31eff3e99ab503b5 (patch) | |
tree | 76cb3fc88dc294608d81d76976ac45ef9c7de3b9 /security/Makefile | |
parent | b33317d4ffccfaad3b44c8dbaf114468d25c55ef (diff) | |
download | freebsd-ports-gnome-2e5dfa09bd1264db00fa2b2c31eff3e99ab503b5.tar.gz freebsd-ports-gnome-2e5dfa09bd1264db00fa2b2c31eff3e99ab503b5.tar.zst freebsd-ports-gnome-2e5dfa09bd1264db00fa2b2c31eff3e99ab503b5.zip |
Add linux-f10-libgcrypt 1.4.4, general purpose crypto library based on
code used in GnuPG.
Changes over original shar file at the PR:
. change the maintainer to emulation@ (since it's an infrastructure linux port);
. use the latest version of the package (1.4.4-1.fc10);
. use PLIST_FILES, PLIST_DIRSTRY and post-install target instead of pkg-plist.
Notes: the port uses ${PREFIX}/etc/gcrypt directory for configuration files
(i.e. /compat/linux/etc/gcrypt). We usually try to use FreeBSD directories.
But there is no [/usr/local/]/etc/gcrypt directory.
I'm open to ideas on what to do here.
PR: ports/159007
Submitted by: Stas Timokhin <devel@stasyan.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 92666c481365..79f925f5847e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -261,6 +261,7 @@ SUBDIR += libtomcrypt SUBDIR += libwhisker SUBDIR += linux-f10-cyrus-sasl2 + SUBDIR += linux-f10-libgcrypt SUBDIR += linux-f10-libssh2 SUBDIR += linux-f10-libtasn1 SUBDIR += linux-f10-nss |