diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-09 23:57:12 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-09 23:57:12 +0800 |
commit | 4b5c842b10d389ee0c0ba08deb5c0b059dd234cb (patch) | |
tree | ac2ee4dbd9276625a3dc4069920e36170fe74e08 /security/gnome-gpg/Makefile | |
parent | 621b94a10d261f79f087b5c068b23d35c2561d58 (diff) | |
download | marcuscom-ports-4b5c842b10d389ee0c0ba08deb5c0b059dd234cb.tar marcuscom-ports-4b5c842b10d389ee0c0ba08deb5c0b059dd234cb.tar.gz marcuscom-ports-4b5c842b10d389ee0c0ba08deb5c0b059dd234cb.tar.bz2 marcuscom-ports-4b5c842b10d389ee0c0ba08deb5c0b059dd234cb.tar.lz marcuscom-ports-4b5c842b10d389ee0c0ba08deb5c0b059dd234cb.tar.xz marcuscom-ports-4b5c842b10d389ee0c0ba08deb5c0b059dd234cb.tar.zst marcuscom-ports-4b5c842b10d389ee0c0ba08deb5c0b059dd234cb.zip |
Get those ports to catch up with gnome-keyring that splitted into
libgnome-keyring and gnome-keyring. It helps a lot with resolve the
conflict that prevent you to install some important ports such as
gimp and etc. Bump the PORTREVISION on those ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15773 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-gpg/Makefile')
-rw-r--r-- | security/gnome-gpg/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile new file mode 100644 index 000000000..ca3396645 --- /dev/null +++ b/security/gnome-gpg/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gnome-gpg +# Date created: 2006-09-02 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD: ports/security/gnome-gpg/Makefile,v 1.10 2010/03/28 06:43:18 dinoex Exp $ +# $MCom: ports/security/gnome-gpg/Makefile,v 1.1 2006/09/02 15:20:58 ahze Exp $ + +PORTNAME= gnome-gpg +PORTVERSION= 0.5.0 +PORTREVISION= 8 +CATEGORIES= security +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Simple commandline wrapper around gpg for gnome-keyring + +BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 +LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GNOME= libgnomeui +CONFIGURE_ENV= set_more_warnings="no" + +PLIST_FILES= bin/gnome-gpg +MAN1= gnome-gpg.1 + +.include <bsd.port.mk> |