freebsd-ports/databases/gnome-db/Makefile
Maxim Sobolev 7124386487 Update checksums because distfiles were rerolled without version bump.
Since there were some non-witespace changes bump PORTREVISIONs.

Prompted by:	many
2001-12-01 08:21:14 +00:00

40 lines
1.1 KiB
Makefile

# New ports collection makefile for: gnomedb
# Date created: 19th June 2001
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomedb
PORTVERSION= 0.2.93
PORTREVISION= 2
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db
DISTNAME= gnome-db-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gda-client.0:${PORTSDIR}/databases/libgda
USE_X_PREFIX= yes
USE_GNOMECTRL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
PLIST_SUB= VERSION=${PORTVERSION}
pre-patch:
@${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|\$\(GNOME_datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \
s|\$\(GNOME_datadir\)/locale|\$\(prefix\)/share/locale|g'
.include <bsd.port.mk>