blob: 92a7605f66b4fc6f555690ca7b856f5081a1ad9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.35 2014/01/29 18:57:54 ryoon Exp $
#
.include "Makefile.common"
.include "options.mk"
PKGREVISION= 1
PKGCONFIG_OVERRIDE= libgda-5.0.pc.in libgda-report-5.0.pc.in \
libgda-sqlcipher-5.0.pc.in libgda-sqlite-5.0.pc.in
CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no --with-oracle=no
TEST_TARGET= check
CHECK_INTERPRETER_SKIP= share/libgda-5.0/gda_trml2html/trml2html.py \
share/libgda-5.0/gda_trml2pdf/trml2pdf.py
PKG_SYSCONFSUBDIR= libgda-5.0
EGDIR= ${PREFIX}/share/examples/libgda
CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
.include "../../mk/bsd.pkg.mk"
|