freebsd-ports/security/gnupg/Makefile

47 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gnupg
# Date created: Sep 30, 1998
# Whom: kuriyama@FreeBSD.org
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
PORTNAME= gnupg
PORTVERSION= 1.0.4
CATEGORIES= security
1999-12-23 01:01:12 +01:00
MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/ \
ftp://pgp.iijlab.net/pub/gnupg/ \
ftp://ring.aist.go.jp/pub/net/gnupg/gnupg/
MAINTAINER= kuriyama@FreeBSD.org
RESTRICTED= "Crypto; export-controlled"
1999-03-14 04:12:11 +01:00
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-included-gettext
MAN1= gpg.1 gpgv.1
MLINKS= gpg.1 gpgm.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300000
USE_GMAKE= YES
.endif
CFLAGS:= ${CFLAGS:S/-pipe//g}
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 21:01:07 +02:00
# ${CHMOD} u+s ${PREFIX}/bin/gpg
check:
(cd ${WRKSRC}; ${MAKE} check)
.include <bsd.port.post.mk>