1998-11-23 14:13:26 +00:00
|
|
|
# New ports collection makefile for: gnupg
|
|
|
|
# Date created: Sep 30, 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: kuriyama@FreeBSD.org
|
1998-11-23 14:13:26 +00:00
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1998-11-23 14:13:26 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= gnupg
|
2000-10-18 15:30:10 +00:00
|
|
|
PORTVERSION= 1.0.4
|
2001-01-18 09:46:01 +00:00
|
|
|
PORTREVISION= 3
|
1998-11-23 14:13:26 +00:00
|
|
|
CATEGORIES= security
|
2000-11-06 08:37:20 +00:00
|
|
|
MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \
|
|
|
|
ftp://pgp.iijlab.net/pub/%SUBDIR%/ \
|
|
|
|
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,}
|
|
|
|
MASTER_SITE_SUBDIR= gnupg
|
2000-12-20 22:49:31 +00:00
|
|
|
PATCHFILES= gnupg-1.0.4.security-patch1.diff
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
|
|
PATCH_DIST_STRIP= -p1
|
1998-11-23 14:13:26 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
1998-11-23 14:13:26 +00:00
|
|
|
|
|
|
|
RESTRICTED= "Crypto; export-controlled"
|
1999-03-14 03:12:11 +00:00
|
|
|
GNU_CONFIGURE= YES
|
1998-11-23 14:13:26 +00:00
|
|
|
CONFIGURE_ARGS= --with-included-gettext
|
2000-10-18 15:30:10 +00:00
|
|
|
MAN1= gpg.1 gpgv.1
|
1998-11-23 14:13:26 +00:00
|
|
|
MLINKS= gpg.1 gpgm.1
|
|
|
|
|
1999-04-17 04:51:20 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 300000
|
2000-05-09 01:44:40 +00:00
|
|
|
USE_GMAKE= YES
|
1999-04-17 04:51:20 +00:00
|
|
|
.endif
|
1999-06-30 14:48:01 +00:00
|
|
|
CFLAGS:= ${CFLAGS:S/-pipe//g}
|
1999-04-17 04:51:20 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/gnupg
|
|
|
|
.for i in DETAILS FAQ HACKING OpenPGP
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/gnupg
|
|
|
|
.endfor
|
|
|
|
.for i in ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS PROJECTS \
|
|
|
|
README THANKS TODO VERSION
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/gnupg
|
|
|
|
.endfor
|
|
|
|
.endif
|
1999-08-22 19:01:07 +00:00
|
|
|
# ${CHMOD} u+s ${PREFIX}/bin/gpg
|
1998-11-23 14:13:26 +00:00
|
|
|
|
|
|
|
check:
|
|
|
|
(cd ${WRKSRC}; ${MAKE} check)
|
|
|
|
|
1999-04-17 04:51:20 +00:00
|
|
|
.include <bsd.port.post.mk>
|