1998-11-23 14:13:26 +00:00
|
|
|
# New ports collection makefile for: gnupg
|
1999-03-21 07:44:48 +00:00
|
|
|
# Version required: 0.9.5
|
1998-11-23 14:13:26 +00:00
|
|
|
# Date created: Sep 30, 1998
|
|
|
|
# Whom: kuriyama@FreeBSD.ORG
|
|
|
|
#
|
1999-03-21 07:44:48 +00:00
|
|
|
# $Id: Makefile,v 1.7 1999/03/14 03:12:10 kuriyama Exp $
|
1998-11-23 14:13:26 +00:00
|
|
|
#
|
|
|
|
|
1999-03-21 07:44:48 +00:00
|
|
|
DISTNAME= gnupg-0.9.5
|
1998-11-23 14:13:26 +00:00
|
|
|
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
|
|
|
|
|
1999-03-14 03:12:11 +00:00
|
|
|
#BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake
|
1999-02-11 11:41:04 +00:00
|
|
|
|
1998-11-23 14:13:26 +00:00
|
|
|
RESTRICTED= "Crypto; export-controlled"
|
1999-03-14 03:12:11 +00:00
|
|
|
#USE_AUTOCONF= YES
|
|
|
|
GNU_CONFIGURE= YES
|
1998-11-23 14:13:26 +00:00
|
|
|
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>
|