summaryrefslogtreecommitdiffstats
path: root/security/gnome-gpg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnome-gpg/Makefile')
-rw-r--r--security/gnome-gpg/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile
deleted file mode 100644
index 935207b94..000000000
--- a/security/gnome-gpg/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: gnome-gpg
-# Date created: 2006-09-02
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= gnome-gpg
-PORTVERSION= 0.5.0
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Simple commandline wrapper around gpg for gnome-keyring
-
-BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
-LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring
-RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GNOME= libgnomeui
-
-PLIST_FILES= bin/gnome-gpg
-MAN1= gnome-gpg.1
-
-.include <bsd.port.mk>