summaryrefslogtreecommitdiffstats
path: root/security/gnome-gpg/Makefile
blob: ca3396645affaac7fc8ea25f880ee20248866d7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>