2000-06-29 19:26:07 +00:00
|
|
|
# New ports collection makefile for: gconf
|
|
|
|
# Date created: 28th June 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gconf
|
2000-11-02 21:21:22 +00:00
|
|
|
PORTVERSION= 0.11
|
2000-06-29 19:26:07 +00:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= unstable/sources/GConf
|
|
|
|
DISTNAME= GConf-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ade@FreeBSD.org
|
|
|
|
|
2000-10-05 07:10:50 +00:00
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
2000-08-04 01:28:54 +00:00
|
|
|
guile.9:${PORTSDIR}/lang/guile \
|
2000-10-03 17:37:11 +00:00
|
|
|
oaf.0:${PORTSDIR}/devel/oaf \
|
|
|
|
iconv.1:${PORTSDIR}/converters/iconv
|
2000-06-29 19:26:07 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_LIBTOOL= yes
|
2000-10-05 07:10:50 +00:00
|
|
|
USE_GNOME= yes
|
2000-06-29 19:26:07 +00:00
|
|
|
INSTALL_SHLIBS= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-10-03 17:37:11 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -liconv"
|
2000-06-29 19:26:07 +00:00
|
|
|
|
2000-08-04 16:11:37 +00:00
|
|
|
pre-patch:
|
2000-08-04 01:28:54 +00:00
|
|
|
@${PERL} -pi -e 's|-lpthread|-pthread|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-10-20 16:26:38 +00:00
|
|
|
post-install:
|
|
|
|
@if [ ! -f ${PREFIX}/etc/gconf/1/path ]; then \
|
|
|
|
${CP} -p ${PREFIX}/etc/gconf/1/path.example ${PREFIX}/etc/gconf/1/path ; \
|
|
|
|
fi
|
|
|
|
|
2000-06-29 19:26:07 +00:00
|
|
|
.include <bsd.port.mk>
|