1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/security/gnome-gpg/Makefile
Antoine Brodin 95e220d1be Deprecate some GNOME 2 applications
With hat:	portmgr
2018-10-07 20:25:16 +00:00

31 lines
749 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= 10
CATEGORIES= security
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Simple commandline wrapper around gpg for gnome-keyring
DEPRECATED= GNOME 2 application
EXPIRATION_DATE= 2018-12-10
BUILD_DEPENDS= gpgv:security/gnupg1
LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring
RUN_DEPENDS= gpgv:security/gnupg1
USES= pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= libgnomeui
CONFIGURE_ENV= set_more_warnings="no"
LIBS+= -L${LOCALBASE}/lib -lX11
PLIST_FILES= bin/gnome-gpg \
man/man1/gnome-gpg.1.gz
.include <bsd.port.mk>