1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/security/gnupg1/Makefile

32 lines
637 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnupg
1999-01-15 15:21:37 +00:00
# Version required: 0.9.1
# Date created: Sep 30, 1998
# Whom: kuriyama@FreeBSD.ORG
#
1999-01-15 15:21:37 +00:00
# $Id: Makefile,v 1.2 1998/12/10 13:32:55 kuriyama Exp $
#
1999-01-15 15:21:37 +00:00
DISTNAME= gnupg-0.9.1
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"
1999-01-15 15:21:37 +00:00
USE_AUTOCONF= 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>