mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
5c5072d56b
has seahorse 0.4.9.
30 lines
666 B
Makefile
30 lines
666 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.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>
|