990ca78aff
Makefile fragments are commonly written in *.mk or Makefile.* files. Using an underscore instead of a dot confuses pkglint.
21 lines
544 B
Makefile
21 lines
544 B
Makefile
# $NetBSD: Makefile,v 1.7 2019/03/16 14:06:21 rillig Exp $
|
|
#
|
|
|
|
PKGREVISION= 1
|
|
.include "../../databases/libdbi-driver-sqlite3/driver.mk"
|
|
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
DRIVER= pgsql
|
|
|
|
COMMENT= PostgreSQL driver for libdbi, a database abstraction
|
|
|
|
CONFLICTS= libdbi-pgsql-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --with-pgsql
|
|
CONFIGURE_ARGS+= --with-pgsql-incdir=${PGSQL_PREFIX}/include
|
|
CONFIGURE_ARGS+= --with-pgsql-libdir=${PGSQL_PREFIX}/lib
|
|
|
|
.include "../../databases/libdbi/buildlink3.mk"
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|