summaryrefslogtreecommitdiffstats
path: root/databases/libgda/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /databases/libgda/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgda/Makefile')
-rw-r--r--databases/libgda/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile
deleted file mode 100644
index 66c52517e..000000000
--- a/databases/libgda/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: libgda
-# Date created: 8th March 2001
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/databases/libgda/Makefile,v 1.1 2006/07/25 17:16:35 mezz Exp $
-#
-
-PORTNAME= libgda
-PORTVERSION= 0.2.96
-PORTREVISION= 5
-CATEGORIES= databases gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2
-DIST_SUBDIR= gnome
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Provides uniform access to different kinds of data sources
-
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
-
-USE_BZIP2= yes
-USE_XLIB= yes
-USE_GNOME= gnomehack gnomeprefix gnomehier gconf bonobo
-USE_GMAKE= yes
-USE_GETTEXT= yes
-INSTALLS_OMF= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-gtk-doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-PLIST_SUB= VERSION=${PORTVERSION}
-
-post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|share/idl|share/gnome/idl|g'
-
-.include <bsd.port.mk>