# New ports collection makefile for: gnupg # Date created: Sep 30, 1998 # Whom: kuriyama@FreeBSD.org # # $FreeBSD$ # PORTNAME= gnupg PORTVERSION= 1.2.6 PORTREVISION?= 0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard USE_BZIP2= YES .if !defined(WITHOUT_NLS) USE_GETTEXT= YES .endif USE_GMAKE= YES GNU_CONFIGURE= YES CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL} .if ${MACHINE_CPU:Mi586} MACHINE_ARCH= i586 .endif CFLAGS:= ${CFLAGS:S/-pipe//g} .if !defined(WITHOUT_NLS) PLIST_SUB= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB= NLS="@comment " .endif MAN1= gpg.1 gpgv.1 MAN7= gnupg.7 # Workaround for 1.2.5 distribution. # Refer: http://lists.gnupg.org/pipermail/gnupg-announce/2004q3/000173.html INSTALL_TARGET= install mkinstalldirs=`pwd`/scripts/mkinstalldirs .include .if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so) USE_ICONV= yes .endif .if defined(WITH_LDAP) USE_OPENLDAP= yes PLIST_SUB+= WITH_LDAP="" .else PLIST_SUB+= WITH_LDAP="@comment " CONFIGURE_ARGS+= --disable-ldap .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in DETAILS FAQ HACKING OpenPGP ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} .endfor .for i in ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS PROJECTS \ README THANKS TODO VERSION ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .if defined(WITH_SUID_GPG) ${CHMOD} u+s ${PREFIX}/bin/gpg .endif .if ${OSVERSION} < 500019 @${CAT} ${PKGMESSAGE} .else PKGMESSAGE= /nonexistent .endif check: (cd ${WRKSRC}; ${MAKE} check) .include 6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
3.28&id=11a7ba52486df62e6796f1b259e92f303221b5ec'>Fix WWW
Commit message (Expand)AuthorAgeFilesLines
sunpoet2017-06-251-1/+1
* Upgrade to version 0.13.3.olgeni2015-09-163-14/+3
* Revert upstream commit 1db17f2.olgeni2015-09-162-0/+11
* Upgrade to version 0.13.2.olgeni2015-08-263-4/+6
* Project has moved: fix WWW tag.olgeni2015-07-041-1/+1
* Upgrade to version 0.13.1 and take maintainership from ports@.olgeni2015-05-064-25/+10
* Back to the pool.gblach2015-04-171-1/+1
* Fix pkgconf filegblach2015-03-142-0/+14
* gmake:lite is only intended to be used for possible gmake dependenciesantoine2015-03-071-1/+1
* - Update to 0.12.1gblach2015-02-243-9/+18
* Update "BSD" licenses in databases categoryfeld2014-12-051-1/+1
* Cleanup plistbapt2014-10-201-2/+0
* - Convert USE_GMAKE=yes to USES=gmakegblach2013-09-291-2/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21