openbsd-ports/x11/gnustep/sqlclient/Makefile
sebastia 73764d3265 Update to 1.6.0
* Change execute methods to return a count of the rows to which the
executed operation applies, or -1 if not supported.
Implement for postgresql and mysql.
* Add support for asynchronous notifications

OK landry@
2013-01-13 17:52:33 +00:00

32 lines
851 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/01/13 17:52:33 sebastia Exp $
COMMENT = GNUstep database abstraction layer
VERSION = 1.6.0
DISTNAME = SQLClient-${VERSION}
PKGNAME = gnustep-sqlclient-${VERSION}
SHARED_LIBS += SQLClient 1.0
CATEGORIES = databases
HOMEPAGE = http://wiki.gnustep.org/index.php/SQLClient
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=libs/}
MODULES = x11/gnustep
MODGNUSTEP_NEEDS_GUI = No
WANTLIB += Performance pq ecpg mysqlclient sqlite3
WANTLIB += gnustep-base m objc2 pthread
LIB_DEPENDS += x11/gnustep/performance \
databases/mysql \
databases/postgresql
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-additional-include="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/postgresql" \
--with-additional-lib=-L${LOCALBASE}/lib
MAKE_FLAGS += SQLClient_INTERFACE_VERSION=${LIBSQLClient_VERSION}
.include <bsd.port.mk>