2000-03-10 01:22:54 +00:00
|
|
|
# New ports collection makefile for: Seahorse
|
|
|
|
# Date created: 08 March 2000
|
|
|
|
# Whom: Dave McKay <dave@mu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= seahorse
|
2000-07-10 21:30:17 +00:00
|
|
|
PORTVERSION= 0.4.9
|
2000-04-09 18:34:06 +00:00
|
|
|
CATEGORIES= security
|
2000-07-10 21:30:17 +00:00
|
|
|
MASTER_SITES= http://seahorse.sourceforge.net/
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-03-10 01:22:54 +00:00
|
|
|
|
|
|
|
MAINTAINER= dave@mu.org
|
|
|
|
|
2000-04-27 10:31:40 +00:00
|
|
|
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
|
|
|
|
2000-10-05 07:17:31 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= yes
|
2000-04-21 08:19:33 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2000-04-21 08:19:33 +00:00
|
|
|
MAN1= seahorse.1
|
2000-03-10 01:22:54 +00:00
|
|
|
|
2000-10-05 07:17:31 +00:00
|
|
|
pre-patch:
|
|
|
|
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
|
|
|
s|datadir\`/gnome/|datadir\`/|g ; \
|
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
|
|
|
|
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
|
2000-03-10 01:22:54 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|