freebsd-ports/security/gnome-gpg/Makefile
Jun Kuriyama 265500d7d8 - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
  correct.  To work around this, change dependency line from bin/gpg
  to bin/gpgv which exists in security/gnupg1 port only.

Spotted by:	ume
2006-12-22 02:51:16 +00:00

29 lines
793 B
Makefile

# 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
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
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/gnome-keyring
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= libgnomeui
PLIST_FILES= bin/gnome-gpg
MAN1= gnome-gpg.1
.include <bsd.port.mk>