pkgsrc/databases/postgresql-pltcl/Makefile
minskim ac690cf634 Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08 19:52:50 +00:00

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"