summaryrefslogtreecommitdiff
path: root/security/gpgme03/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gpgme03/Makefile')
-rw-r--r--security/gpgme03/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile
deleted file mode 100644
index b2358ca823e1..000000000000
--- a/security/gpgme03/Makefile
+++ /dev/null
@@ -1,21 +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.0
-CATEGORIES= security
-MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
-
-MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp
-
-BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-
-.include <bsd.port.mk>