The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 23:51:17 +02:00
|
|
|
# New ports collection makefile for: libgda
|
|
|
|
# Date created: 8th March 2001
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libgda
|
2002-03-04 10:15:36 +01:00
|
|
|
PORTVERSION= 0.2.96
|
2002-05-01 22:23:03 +02:00
|
|
|
PORTREVISION= 1
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 23:51:17 +02:00
|
|
|
CATEGORIES= databases gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2001-10-23 15:30:14 +02:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/${PORTNAME}
|
2002-03-04 10:15:36 +01:00
|
|
|
DIST_SUBDIR= gnome
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 23:51:17 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 23:51:17 +02:00
|
|
|
|
2001-08-06 12:58:00 +02:00
|
|
|
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
|
|
|
|
bonobo.2:${PORTSDIR}/devel/bonobo
|
2001-06-19 10:10:56 +02:00
|
|
|
|
2002-03-04 10:15:36 +01:00
|
|
|
USE_BZIP2= yes
|
2001-08-06 12:58:00 +02:00
|
|
|
USE_X_PREFIX= yes
|
2001-06-19 10:10:56 +02:00
|
|
|
USE_GNOMECTRL= yes
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 23:51:17 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2002-05-01 22:23:03 +02:00
|
|
|
USE_LIBTOOL= yes
|
2002-04-24 17:50:09 +02:00
|
|
|
CONFIGURE_ARGS= --disable-gtk-doc
|
2001-06-19 10:10:56 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
|
2001-08-13 11:34:49 +02:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
2001-10-23 15:30:14 +02:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
2001-06-19 10:10:56 +02:00
|
|
|
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 23:51:17 +02:00
|
|
|
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 ; \
|
2001-06-19 10:10:56 +02:00
|
|
|
s|share/idl|share/gnome/idl|g ; \
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 23:51:17 +02:00
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|