b4f1862849
pkglint -Wall -F --only aligned -r No manual corrections.
20 lines
575 B
Makefile
20 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.39 2019/11/02 15:38:01 rillig Exp $
|
|
|
|
.include "Makefile.common"
|
|
.include "options.mk"
|
|
|
|
PKGCONFIG_OVERRIDE+= libgda-5.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= libgda-report-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
|
|
CHECK_INTERPRETER_SKIP+= 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"
|