aede18542f
for the PR 52787 options adjustment, as a precaution.
21 lines
675 B
Makefile
21 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.10 2017/12/15 16:57:24 dholland Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/92-pltcl-/}
|
|
PKGREVISION= 1
|
|
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
|
|
|
|
DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
|
|
|
|
.include "../../databases/postgresql92/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-tcl
|
|
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
|
|
CONFIGURE_ENV+= TCLSH="${TCLSH}"
|
|
TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
|
|
BUILD_MAKE_FLAGS= PGXS=1
|
|
|
|
BUILD_DIRS= src/pl/tcl
|
|
|
|
.include "../../databases/postgresql92-client/buildlink3.mk"
|
|
.include "../../lang/tcl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|