2013-09-03 14:13:23 +02:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
2006-10-14 11:10:57 +02:00
|
|
|
# $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
|
2015-01-24 20:27:27 +01:00
|
|
|
PORTREVISION= 9
|
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
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= gpgv:security/gnupg1
|
|
|
|
LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring
|
|
|
|
RUN_DEPENDS= gpgv:security/gnupg1
|
2006-10-14 11:10:57 +02:00
|
|
|
|
2014-04-26 01:16:19 +02:00
|
|
|
USES= pkgconfig tar:bzip2
|
2006-10-14 11:10:57 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= libgnomeui
|
2007-01-12 08:11:33 +01:00
|
|
|
CONFIGURE_ENV= set_more_warnings="no"
|
2014-08-26 16:06:08 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib -lX11
|
2006-10-14 11:10:57 +02:00
|
|
|
|
2014-04-26 01:16:19 +02:00
|
|
|
PLIST_FILES= bin/gnome-gpg \
|
|
|
|
man/man1/gnome-gpg.1.gz
|
2006-10-14 11:10:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|