1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/gnome-gpg/Makefile
Baptiste Daroussin b25aad4f05 Support stage
2014-04-25 23:16:19 +00:00

27 lines
687 B
Makefile

# Created by: 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
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= libgnome-keyring.so:${PORTSDIR}/security/gnome-keyring
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
USES= pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= libgnomeui
CONFIGURE_ENV= set_more_warnings="no"
PLIST_FILES= bin/gnome-gpg \
man/man1/gnome-gpg.1.gz
.include <bsd.port.mk>