summaryrefslogtreecommitdiff
path: root/databases/tk-postgresql
diff options
context:
space:
mode:
authorrecht <recht>2004-07-24 22:48:13 +0000
committerrecht <recht>2004-07-24 22:48:13 +0000
commit2a807bcb9b1b0d5f68a5106a2c2774b6bfef2961 (patch)
tree9e0930ff5b6833301aa97db348272399350e42bc /databases/tk-postgresql
parent6dba7134d2d72854734da5e00a30e8096b8ebddd (diff)
downloadpkgsrc-2a807bcb9b1b0d5f68a5106a2c2774b6bfef2961.tar.gz
Delete old postgresql packages now that we have the postgresql73 ones.
Diffstat (limited to 'databases/tk-postgresql')
-rw-r--r--databases/tk-postgresql/DESCR1
-rw-r--r--databases/tk-postgresql/Makefile34
-rw-r--r--databases/tk-postgresql/PLIST3
-rw-r--r--databases/tk-postgresql/files/man.tk3
4 files changed, 0 insertions, 41 deletions
diff --git a/databases/tk-postgresql/DESCR b/databases/tk-postgresql/DESCR
deleted file mode 100644
index 226c475c8b0..00000000000
--- a/databases/tk-postgresql/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Tk interface to PostgreSQL consisting of a front-end Tcl/Tk client.
diff --git a/databases/tk-postgresql/Makefile b/databases/tk-postgresql/Makefile
deleted file mode 100644
index 5559c1835d1..00000000000
--- a/databases/tk-postgresql/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2004/03/26 02:27:37 wiz Exp $
-
-PKGNAME= tk-postgresql-${BASE_VERS}
-PKGREVISION= 3
-COMMENT= Tk interface to PostgreSQL
-
-USE_BUILDLINK3= yes
-
-.include "../postgresql/Makefile.common"
-
-USE_X11= yes
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
-CONFIGURE_ARGS+= --with-tcl
-CONFIGURE_ARGS+= --with-tk
-CONFIGURE_ARGS+= --with-tclconfig=${BUILDLINK_PREFIX.tcl}/lib
-CONFIGURE_ARGS+= --with-tkconfig=${BUILDLINK_PREFIX.tk}/lib
-CONFIGURE_ENV+= TCLSH="${TCLSH}"
-TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
-MAKE_ENV+= INSTALLED_LIBPQ=1 INSTALLED_LIBPGTCL=1
-
-BUILD_DIRS= ${WRKSRC}/src/bin/pgtclsh
-ALL_TARGET= pgtksh
-INSTALL_TARGET= install-tk
-
-post-install:
- ${GTAR} zxCf ${PREFIX}/man ${WRKSRC}/doc/man.tar.gz \
- `${SED} -e "s|#.*||" ${FILESDIR}/man.tk`
-
-.include "../../databases/postgresql-lib/buildlink3.mk"
-.include "../../databases/tcl-postgresql/buildlink3.mk"
-.include "../../lang/tcl/buildlink3.mk"
-.include "../../x11/tk/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/databases/tk-postgresql/PLIST b/databases/tk-postgresql/PLIST
deleted file mode 100644
index 33ff46e052e..00000000000
--- a/databases/tk-postgresql/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:55 zuntum Exp $
-bin/pgtksh
-man/man1/pgtksh.1
diff --git a/databases/tk-postgresql/files/man.tk b/databases/tk-postgresql/files/man.tk
deleted file mode 100644
index f02eb73184f..00000000000
--- a/databases/tk-postgresql/files/man.tk
+++ /dev/null
@@ -1,3 +0,0 @@
-# $NetBSD: man.tk,v 1.1 2001/05/14 14:54:16 jlam Exp $
-#
-man1/pgtksh.1