272d51cc21
major change. Reported by Robert Elz in PR 41345.
22 lines
427 B
Makefile
22 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.25 2009/05/20 00:58:10 wiz Exp $
|
|
#
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 1
|
|
|
|
.include "options.mk"
|
|
|
|
PKGCONFIG_OVERRIDE= libgda-3.0.pc.in
|
|
|
|
PKG_SYSCONFSUBDIR= libgda
|
|
EGDIR= ${PREFIX}/share/examples/libgda-3.0
|
|
CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
|
|
|
|
CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|