2002-06-11 18:08:54 +02:00
|
|
|
# New ports collection makefile for: libgnomedb
|
|
|
|
# Date created: 02 June 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libgnomedb
|
2003-04-04 09:30:19 +02:00
|
|
|
PORTVERSION= 0.11.0
|
2002-06-11 18:08:54 +02:00
|
|
|
CATEGORIES= databases gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-04-04 09:30:19 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/libgnomedb/0.11
|
2002-06-11 18:08:54 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Library components for the GNOME database frontend
|
2002-06-11 18:08:54 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-11 17:31:46 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-04-21 06:29:52 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui libgda2
|
2002-06-11 18:08:54 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
|
|
|
|
2002-07-27 00:24:31 +02:00
|
|
|
post-patch:
|
2002-08-14 18:26:10 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2002-06-11 18:08:54 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|