diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-09 06:21:37 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-09 06:21:37 +0800 |
commit | ce90b2b33410d0567e23163c7a3365e870b1d12b (patch) | |
tree | a4b0fb2b31f0e174551454072f17f586b6b6e20e /security/cryptplug/Makefile | |
parent | 5dd4f48ace7a946ba18e463ff307979f0fe79ac1 (diff) | |
download | freebsd-ports-gnome-ce90b2b33410d0567e23163c7a3365e870b1d12b.tar.gz freebsd-ports-gnome-ce90b2b33410d0567e23163c7a3365e870b1d12b.tar.zst freebsd-ports-gnome-ce90b2b33410d0567e23163c7a3365e870b1d12b.zip |
2012-01-08 security/cryptplug: development has ceased
2012-01-08 security/gpgme03: superceded by security/gpgme
Diffstat (limited to 'security/cryptplug/Makefile')
-rw-r--r-- | security/cryptplug/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/security/cryptplug/Makefile b/security/cryptplug/Makefile deleted file mode 100644 index 12758f972c83..000000000000 --- a/security/cryptplug/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: cryptplug -# Date created: 29 Jan 2003 -# Whom: michaelnottebrock@gmx.net -# -# $FreeBSD$ -# - -PORTNAME= cryptplug -PORTVERSION= 0.3.16 -PORTREVISION= 4 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= alpha/cryptplug - -MAINTAINER= ports@FreeBSD.org -COMMENT= A collection of plug-ins to cryptographic engines - -BUILD_DEPENDS= ${LOCALBASE}/lib/libgpgme03.so.9:${PORTSDIR}/security/gpgme03 \ - gpg-agent:${PORTSDIR}/security/gnupg - -DEPRECATED= development has ceased -EXPIRATION_DATE=2012-01-08 - -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} 's/gpgme-config/gpgme03-config/g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> |