summaryrefslogtreecommitdiffstats
path: root/databases/glom/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-01 06:00:17 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-01 06:00:17 +0800
commit2e4d2e942a99fbc51adebabc4cd543a91491ba37 (patch)
tree5fb7c33c9eb700d394e22ec7c7faf4258b91ea3b /databases/glom/Makefile
parent2d95636f2e1c4896bca367221f0b972b5903e72a (diff)
downloadmarcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.gz
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.bz2
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.lz
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.xz
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.zst
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.zip
Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because of
focus issues. And it doesn't seem it getting any traction upstream. Next stop GNOME 3.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/glom/Makefile')
-rw-r--r--databases/glom/Makefile67
1 files changed, 0 insertions, 67 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
deleted file mode 100644
index 29d92547a..000000000
--- a/databases/glom/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# New ports collection makefile for: glom
-# Date created: 24 April, 2005
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
-# $FreeBSD: ports/databases/glom/Makefile,v 1.32 2010/05/31 01:57:45 ade Exp $
-# $MCom: ports/databases/glom/Makefile,v 1.28 2009/10/11 10:43:05 kwm Exp $
-#
-
-PORTNAME= glom
-PORTVERSION= 1.12.2
-PORTREVISION= 6
-CATEGORIES= databases gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= kwm@FreeBSD.org
-COMMENT= GNOME database designer and user interface
-
-LIB_DEPENDS= gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \
- gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \
- gtksourceviewmm-2.0.2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \
- avahi-ui.0:${PORTSDIR}/net/avahi-gtk \
- epc-1.0.2:${PORTSDIR}/www/libepc \
- goocanvasmm-1.0.5:${PORTSDIR}/graphics/goocanvasmm
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
- ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
- ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql
-
-USE_BZIP2= yes
-USE_PYTHON= yes
-GNU_CONFIGURE= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gnomedocutils gnomehack gnomeprefix pygnomeextras
-USE_LDCONFIG= yes
-USE_PGSQL= yes
-INSTALLS_OMF= yes
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin
-INSTALLS_ICONS= yes
-
-#OPTIONS= SELF_HOSTING "Host the database locally" on
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-BROKEN= does not configure on 6.x
-.endif
-
-#.if defined(WITH_SELF_HOSTING)
-# Note: USE_PGSQL has already been set above.
-BUILD_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
-RUN_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
-#.else
-#CONFIGURE_ARGS+=--enable-client-only
-#.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-update-mime-database|true|g' \
- ${WRKSRC}/Makefile.in
-
-post-install:
- @-update-mime-database ${PREFIX}/share/mime
-
-.include <bsd.port.post.mk>