summaryrefslogtreecommitdiff
path: root/databases/sqsh/Makefile
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2000-05-16 01:07:05 +0000
committertsarna <tsarna@pkgsrc.org>2000-05-16 01:07:05 +0000
commit6d27df175cea8fb15a8c79b23726cbcd9c21559c (patch)
tree7769c29fdcf36ae5875595b27f44f4e2ae784d8b /databases/sqsh/Makefile
parent62396aef989b9abfb1a2b7f7d2312aa1fefc365d (diff)
downloadpkgsrc-6d27df175cea8fb15a8c79b23726cbcd9c21559c.tar.gz
Initial import of pkg for sqsh 1.7:
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it is intended as a replacement for the venerable 'isql' program supplied by Sybase. It came about due to years of frustration of trying to do real work with a program that was never meant to perform real work. Sqsh is much more than a nice prompt, it is intended to provide much of the functionality provided by a good shell, such as variables, redirection, pipes, back-grounding, job control, history, command completion, and dynamic configuration. Also, as a by-product of the design, it is remarkably easy to extend and add functionality.
Diffstat (limited to 'databases/sqsh/Makefile')
-rw-r--r--databases/sqsh/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/sqsh/Makefile b/databases/sqsh/Makefile
new file mode 100644
index 00000000000..88ef2e34702
--- /dev/null
+++ b/databases/sqsh/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/05/16 01:07:05 tsarna Exp $
+
+DISTNAME= sqsh-1.7-src
+PKGNAME= sqsh-1.7
+CATEGORIES= databases
+MASTER_SITES= http://www.voicenet.com/~gray/
+
+MAINTAINER= tsarna@netbsd.org
+HOMEPAGE= http://www.voicenet.com/~gray/sqsh.html
+
+DEPENDS+= freetds-0.50:../../databases/freetds
+DEPENDS+= readline-4.0:../../devel/readline
+
+ALL_TARGET= sqsh
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-readline
+CONFIGURE_ENV+= INCDIRS="${PREFIX}/include" \
+ LIBDIRS="${PREFIX}/lib" \
+ SYBASE="${PREFIX}/freetds"
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+
+.include "../../mk/bsd.pkg.mk"