sebastia 483a696233 Since we now have libobjc2, tweak gnustep-make to build/link against it.
gnustep-base doesn't need to install the compatibility layer anymore,
which requires a major lib bump.
Bump revision of all dependent packages, and remove double REVISION
in webservices

OK landry@
2012-08-22 07:15:51 +00:00

33 lines
856 B
Makefile

# $OpenBSD: Makefile,v 1.5 2012/08/22 07:15:52 sebastia Exp $
COMMENT = GNUstep database abstraction layer
VERSION = 1.5.3
DISTNAME = SQLClient-${VERSION}
PKGNAME = gnustep-sqlclient-${VERSION}
REVISION = 2
SHARED_LIBS += SQLClient 0.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
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>