diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-11-23 14:13:26 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-11-23 14:13:26 +0000 |
commit | e9edc3f8f686292dc7edfcbdb21bb45b52c55eec (patch) | |
tree | ea75056d934ec53ca1d2c4a3c248c5117b634c92 /security/gnupg/Makefile | |
parent | a15cb487396e6d1f3f915ae825babc74c4e3dfbb (diff) | |
download | FreeBSD-ports-e9edc3f8f686292dc7edfcbdb21bb45b52c55eec.zip FreeBSD-ports-e9edc3f8f686292dc7edfcbdb21bb45b52c55eec.tar.gz |
The GNU Privacy Guard
Submitted by: kuriyama@FreeBSD.ORG
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile new file mode 100644 index 0000000..5114f82 --- /dev/null +++ b/security/gnupg/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gnupg +# Version required: 0.4.4 +# Date created: Sep 30, 1998 +# Whom: kuriyama@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= gnupg-0.4.4 +CATEGORIES= security +MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ + ftp://pgp.iijlab.net/pub/gnupg/ \ + ftp://ftp.win.or.jp/pub/network/gnupg/ + +MAINTAINER= kuriyama@FreeBSD.ORG + +RESTRICTED= "Crypto; export-controlled" + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-included-gettext + +MAN1= gpg.1 +MLINKS= gpg.1 gpgm.1 + +#post-install: +# chmod u+s ${PREFIX}/bin/gpg + +check: + (cd ${WRKSRC}; ${MAKE} check) + +.include <bsd.port.mk> |