2006-10-14 11:10:57 +02:00
|
|
|
# New ports collection makefile for: gnome-gpg
|
|
|
|
# Date created: 2006-09-02
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
# $MCom: ports/security/gnome-gpg/Makefile,v 1.1 2006/09/02 15:20:58 ahze Exp $
|
|
|
|
|
|
|
|
PORTNAME= gnome-gpg
|
|
|
|
PORTVERSION= 0.5.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 7
|
2006-10-14 11:10:57 +02:00
|
|
|
CATEGORIES= security
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2006-10-14 11:10:57 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Simple commandline wrapper around gpg for gnome-keyring
|
|
|
|
|
2006-12-22 03:51:16 +01:00
|
|
|
BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
|
2006-10-14 11:10:57 +02:00
|
|
|
LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring
|
2006-12-22 03:51:16 +01:00
|
|
|
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
|
2006-10-14 11:10:57 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= libgnomeui
|
2007-01-12 08:11:33 +01:00
|
|
|
CONFIGURE_ENV= set_more_warnings="no"
|
2006-10-14 11:10:57 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/gnome-gpg
|
|
|
|
MAN1= gnome-gpg.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|