summaryrefslogtreecommitdiff
path: root/security/seahorse/Makefile
blob: 73295781bf6154d246fd970967691ea971d68022 (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:	Seahorse
# Date created:		08 March 2000
# Whom:			Dave McKay <dave@mu.org>
#
# $FreeBSD$
#

PORTNAME=	seahorse
PORTVERSION=	0.4.9
CATEGORIES=	security
MASTER_SITES=	http://seahorse.sourceforge.net/
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	dave@mu.org

LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg

GTK_CONFIG?=	${X11BASE}/bin/gtk12-config

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
MAN1=		seahorse.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/seahorse ${PREFIX}/bin/
	${INSTALL_MAN} ${WRKSRC}/doc/seahorse.1 ${PREFIX}/man/man1

.include <bsd.port.mk>