1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/security/seahorse/Makefile
Akinori MUSHA d3ed7b40f2 Update to 0.4.0.
PR:		ports/17988
Submitted by:	MAINTAINER

Define GTK_CONFIG to configure right.
Fix RUN_DEPENDS. (gnupg's executable file name is `gpg')
2000-04-27 10:31:40 +00:00

29 lines
626 B
Makefile

# New ports collection makefile for: Seahorse
# Date created: 08 March 2000
# Whom: Dave McKay <dave@mu.org>
#
# $FreeBSD$
#
PORTNAME= seahorse
PORTVERSION= 0.4.0
CATEGORIES= security
MASTER_SITES= http://www.mu.org/~dave/
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>