summaryrefslogtreecommitdiff
path: root/databases/libgda2/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-05-04 21:51:17 +0000
committerAde Lovett <ade@FreeBSD.org>2001-05-04 21:51:17 +0000
commit48d56577d5561c5f2ec4a29974cd7f64a2aa8ad5 (patch)
tree43d6d8552e11e9fff48a03d2af1f0686d4662f6e /databases/libgda2/Makefile
parentVarious patches (mainly shared library revision changes) for those (diff)
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.
Notes
Notes: svn path=/head/; revision=42260
Diffstat (limited to 'databases/libgda2/Makefile')
-rw-r--r--databases/libgda2/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
new file mode 100644
index 000000000000..9b0bc9d59d66
--- /dev/null
+++ b/databases/libgda2/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: libgda
+# Date created: 8th March 2001
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libgda
+PORTVERSION= 0.2.3
+CATEGORIES= databases gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= stable/sources/libgda
+
+MAINTAINER= ade@FreeBSD.org
+
+USE_GNOME= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+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|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+
+.include <bsd.port.mk>