diff options
Diffstat (limited to 'security/gpgme03/Makefile')
-rw-r--r-- | security/gpgme03/Makefile | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile deleted file mode 100644 index 842b3e72dd0a..000000000000 --- a/security/gpgme03/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: gpgme -# Date created: 15 June 2001 -# Whom: teramoto@comm.eng.osaka-u.ac.jp -# -# $FreeBSD$ -# - -PORTNAME= gpgme -PORTVERSION= 0.3.16 -PORTREVISION= 8 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= gpgme - -MAINTAINER= markun@onohara.to -COMMENT= A library to make access to GnuPG easier - -BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 -LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth - -DEPRECATED= superceded by security/gpgme -EXPIRATION_DATE=2012-01-08 - -LATEST_LINK= gpgme03 - -USE_AUTOTOOLS= autoconf libtool -USE_GMAKE= yes -USE_LDCONFIG= yes - -INFO= gpgme03 - -CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gpgme03 - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/bin/gpgsm) -WITH_GPGSM= yes -.endif - -.if defined(WITH_GPGSM) -BUILD_DEPENDS+= gpgsm:${PORTSDIR}/security/gnupg -.else -CONFIGURE_ARGS+= --without-gpgsm -.endif - -post-patch: -.for i in tests tests/gpg tests/gpgsm - @${REINPLACE_CMD} -e 's/libgpgme.la/libgpgme03.la/' \ - ${WRKSRC}/${i}/Makefile.in -.endfor - -.include <bsd.port.post.mk> |