1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/security/gnupg/Makefile

32 lines
588 B
Makefile
Raw Normal View History

# 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>