# -*-mode: makefile-*- # New ports collection makefile for: qt-odbc-plugin # Date created: 31 December 2003 # Whom: Michael Nottebrock # # $FreeBSD$ # PORTNAME= qt-${DB}-plugin PORTVERSION= 3.3.8 PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@freebsd.org COMMENT= A plugin for QT to connect to ODBC-compatible databases CONFLICTS= qt4-odbc-plugin-4.2.* qt4-odbc-plugin-4.3.0 DB= odbc LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC \ qt-mt:${PORTSDIR}/x11-toolkits/qt33 USE_BZIP2= yes PLUGIN= plugins/src/sqldrivers/${DB} DRIVER= src/sql/drivers/${DB} EXTRACT_AFTER_ARGS?=| ${TAR} -xf - ${DISTNAME}/${PLUGIN} \ ${DISTNAME}/${DRIVER} ${DISTNAME}/src/sql/drivers/cache MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" USE_X_PREFIX= yes PLIST_SUB= DB=${DB} .include logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build with mono 4antoine2015-05-241-0/+1
* MASTER_SITES cleanup.mat2015-05-141-1/+1
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1
* devel/google-gdata: Update to version 1.4.0.2 => 2.2.0.0marino2014-10-176-171/+40
* Stage devel/google-gdatamarino2014-09-095-41/+40
* Resetting maintainership on ports that have not been staged and without anybapt2014-07-041-1/+1
* - Convert gmake, bzip2 to USESmiwi2014-05-29