aboutsummaryrefslogtreecommitdiffstats
path: root/security/seahorse/Makefile
blob: e7e4e4ec89908aab75ae2a492536ac7aefe31d25 (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
# New ports collection makefile for:    Seahorse
# Version required: 0.3.6
# Date created:     08 March 2000
# Whom:         Dave McKay <dave@mu.org>
#
# $FreeBSD$
#
#http://seahorse.sourceforge.net/

DISTNAME=   seahorse-0.3.6
CATEGORIES= security 
MASTER_SITES=   http://www.mu.org/~dave/

MAINTAINER= dave@mu.org

GNU_CONFIGURE=  yes
LIB_DEPENDS=    gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
RUN_DEPENDS=    gnupg-1.0.1:${PORTSDIR}/security/gnupg
MAN1=           seahorse.1

WRKSRC=     ${WRKDIR}/seahorse-0.3.6

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

.include <bsd.port.mk>