# New ports collection makefile for: libgda2 # Date created: 02 June 2002 # Whom: Joe Marcus Clarke # # $FreeBSD$ # PORTNAME= libgda2 PORTVERSION= 0.8.191 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/sources/libgda DISTNAME= libgda-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ glib-2.0.0:${PORTSDIR}/devel/glib20 \ xslt.1:${PORTSDIR}/textproc/libxslt \ popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .if defined(WITH_MYSQL) LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} PLIST_SUB= MYSQL="" .else PLIST_SUB= MYSQL="@comment " .endif .if defined(WITH_POSTGRES) LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7 CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} PLIST_SUB+= POSTGRES="" .else PLIST_SUB+= POSTGRES="@comment " .endif pre-extract: .if !defined(WITH_MYSQL) @${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL." .endif .if !defined(WITH_POSTGRES) @${ECHO_MSG} "You can enable support for Postgres databases by defining WITH_POSTGRES." .endif 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|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .include .4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-1/+1
* - add patch from net-p2p/libtorrent which can fix High CPU issueaz2013-08-251-2/+2
* - Update to 7.31.0sunpoet2013-07-121-1/+1
* Try to build with clang natively.az2013-06-191-3/+1
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-0/+1
* - updateaz2013-01-162-10/+6
* separate logic for these two group of ports.az2013-01-153-7/+64
* Take maintainershipaz2012-11-191-1/+1
* Fix build.az2012-11-081-2/+2
* Update net-p2p/rtorrent-devel to 0.9.1.flz2012-04-082-5/+5
* Update net-p2p/rtorrent-devel to 0.9.0.flz2012-01-292-5/+5
* Update net-p2p/rtorrent-devel to 0.8.9.flz2011-07-182-6/+6
* Fix local patch.flz2011-06-111-4/+4
* Add local patch to fix rtorrent's spinlock implementation.flz2011-06-092-1/+12
* net-p2p/rtorrent-devel isn't broken anymore.flz2011-05-251-2/+0
* Update net-p2p/rtorrent-devel to 0.8.8.flz2011-05-243-18/+5
* - Mark BROKEN: fails to packagepav2011-05-181-0/+2
* rtorrent-devel: fix distinfo.flz2011-05-081-2/+2
* rtorrent-devel: update to 0.8.7, enable ipv6 by default, fix with ncurses 5.8.flz2011-05-082-4/+15
* - Fix Build after rtorrent upgrademiwi2011-02-182-2/+3
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longererwin2010-10-291-1/+1
* Fix dependency after libtorrent-devel update.flz2010-02-231-2/+2
* Update net-p2p/rtorrent-devel to 0.8.6.flz2010-01-232-7/+7
* - Update depobjpav2009-11-021-2/+2
* Remove stale patch that's causing issues with scgi_port option.flz2009-07-172-11/+1
* Update net-p2p/rtorrent-devel to 0.8.5.flz2009-07-152-7/+6
* Bump the version of the xmlrpc-c-devel shared librarychinsan2009-04-111-1/+1
* Update net-p2p/rtorrent-devel to 0.8.4.flz2008-12-093-10/+7
* Only add extra patches if they are present.flz2008-11-171-0/+3