ac690cf634
be updated to depend on lang/tcl after Tcl/Tk update.
24 lines
679 B
Makefile
24 lines
679 B
Makefile
# $NetBSD: Makefile,v 1.10 2004/03/08 19:52:50 minskim Exp $
|
|
|
|
PKGNAME= postgresql-pltcl-${BASE_VERS}
|
|
PKGREVISION= 1
|
|
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
|
|
|
|
DEPENDS+= postgresql-server>=${BASE_VERS}:../../databases/postgresql-server
|
|
|
|
USE_BUILDLINK2= yes
|
|
|
|
.include "../postgresql/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
|
|
CONFIGURE_ARGS+= --with-tcl
|
|
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
|
|
CONFIGURE_ENV+= TCLSH="${TCLSH}"
|
|
TCLSH= ${LOCALBASE}/bin/tclsh
|
|
|
|
BUILD_DIRS= ${WRKSRC}/src/pl/tcl
|
|
|
|
.include "../postgresql-lib/buildlink2.mk"
|
|
.include "../../lang/tcl83/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|