2000-03-09 20:22:54 -05:00
|
|
|
# New ports collection makefile for: Seahorse
|
|
|
|
# Date created: 08 March 2000
|
|
|
|
# Whom: Dave McKay <dave@mu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 14:34:06 -04:00
|
|
|
PORTNAME= seahorse
|
2003-04-15 11:58:03 -04:00
|
|
|
PORTVERSION= 0.7.2
|
2000-04-09 14:34:06 -04:00
|
|
|
CATEGORIES= security
|
2003-04-15 11:58:03 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.7
|
|
|
|
DIST_SUBDIR= gnome2
|
2000-03-09 20:22:54 -05:00
|
|
|
|
2003-02-19 00:55:50 -05:00
|
|
|
MAINTAINER= asa@gascom.ru
|
2003-02-21 08:28:59 -05:00
|
|
|
COMMENT= A front end for GnuPG
|
2000-03-09 20:22:54 -05:00
|
|
|
|
2000-04-27 06:31:40 -04:00
|
|
|
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
2003-04-15 11:58:03 -04:00
|
|
|
LIB_DEPENDS= gpgme.9:${PORTSDIR}/security/gpgme
|
2000-04-27 06:31:40 -04:00
|
|
|
|
2000-10-05 03:17:31 -04:00
|
|
|
USE_X_PREFIX= yes
|
2003-03-15 13:21:04 -05:00
|
|
|
USE_GMAKE= yes
|
2003-04-15 11:58:03 -04:00
|
|
|
USE_GNOME= gnomehack gnomeprefix libgnomeui
|
2000-04-21 04:19:33 -04:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 03:17:31 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2003-02-14 14:16:26 -05:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
@${CP} ${WRKSRC}/data/seahorse.desktop.in ${WRKSRC}/data/seahorse.desktop
|
|
|
|
@${CP} ${WRKSRC}/data/seahorse.schemas.in ${WRKSRC}/data/seahorse.schemas
|
2000-03-09 20:22:54 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|