1998-11-23 09:13:26 -05:00
|
|
|
# New ports collection makefile for: gnupg
|
|
|
|
# Date created: Sep 30, 1998
|
1999-08-31 02:53:31 -04:00
|
|
|
# Whom: kuriyama@FreeBSD.org
|
1998-11-23 09:13:26 -05:00
|
|
|
#
|
1999-08-30 21:53:22 -04:00
|
|
|
# $FreeBSD$
|
1998-11-23 09:13:26 -05:00
|
|
|
#
|
|
|
|
|
2000-04-09 14:34:06 -04:00
|
|
|
PORTNAME= gnupg
|
2001-05-29 20:44:02 -04:00
|
|
|
PORTVERSION= 1.0.6
|
2001-06-30 02:21:45 -04:00
|
|
|
PORTREVISION= 1
|
1998-11-23 09:13:26 -05:00
|
|
|
CATEGORIES= security
|
2000-11-06 03:37:20 -05: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
|
1998-11-23 09:13:26 -05:00
|
|
|
|
1999-08-31 02:53:31 -04:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
1998-11-23 09:13:26 -05:00
|
|
|
|
2001-05-29 20:44:02 -04:00
|
|
|
#RESTRICTED= "Crypto; export-controlled"
|
1999-03-13 22:12:11 -05:00
|
|
|
GNU_CONFIGURE= YES
|
1998-11-23 09:13:26 -05:00
|
|
|
CONFIGURE_ARGS= --with-included-gettext
|
2000-10-18 11:30:10 -04:00
|
|
|
MAN1= gpg.1 gpgv.1
|
1998-11-23 09:13:26 -05:00
|
|
|
MLINKS= gpg.1 gpgm.1
|
|
|
|
|
1999-04-17 00:51:20 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 300000
|
2000-05-08 21:44:40 -04:00
|
|
|
USE_GMAKE= YES
|
1999-04-17 00:51:20 -04:00
|
|
|
.endif
|
1999-06-30 10:48:01 -04:00
|
|
|
CFLAGS:= ${CFLAGS:S/-pipe//g}
|
1999-04-17 00:51:20 -04: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 15:01:07 -04:00
|
|
|
# ${CHMOD} u+s ${PREFIX}/bin/gpg
|
1998-11-23 09:13:26 -05:00
|
|
|
|
|
|
|
check:
|
|
|
|
(cd ${WRKSRC}; ${MAKE} check)
|
|
|
|
|
1999-04-17 00:51:20 -04:00
|
|
|
.include <bsd.port.post.mk>
|