summaryrefslogtreecommitdiff
path: root/databases/tcl-postgresql73/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tcl-postgresql73/Makefile')
-rw-r--r--databases/tcl-postgresql73/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/databases/tcl-postgresql73/Makefile b/databases/tcl-postgresql73/Makefile
deleted file mode 100644
index 667b00f83a9..00000000000
--- a/databases/tcl-postgresql73/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2006/02/20 18:34:07 joerg Exp $
-
-PKGNAME= tcl-postgresql73-${BASE_VERS}
-COMMENT= Tcl interface to PostgreSQL
-
-
-.include "../../databases/postgresql73/Makefile.common"
-
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
-CONFIGURE_ARGS+= --with-tcl
-CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
-CONFIGURE_ENV+= TCLSH=${TCLSH:Q}
-TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
-MAKE_ENV+= INSTALLED_LIBPQ=1
-USE_TOOLS+= gtar
-
-BUILD_DIRS= ${WRKSRC}/src/port
-BUILD_DIRS+= ${WRKSRC}/src/interfaces/libpgtcl
-BUILD_DIRS+= ${WRKSRC}/src/bin/pgtclsh
-
-post-install:
- ${GTAR} zxCf ${PREFIX}/man ${WRKSRC}/doc/man.tar.gz \
- `${SED} -e "s|#.*||" ${FILESDIR}/man.tcl`
-
-.include "../../databases/postgresql73-lib/buildlink3.mk"
-.include "../../lang/tcl/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"