summaryrefslogtreecommitdiff
path: root/databases/sqsh-motif/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2004-03-29 12:50:04 +0000
committergrant <grant>2004-03-29 12:50:04 +0000
commitb634d6c609733cd2428d816b64995509d3d3d60a (patch)
tree4af0cbade48ab4fceecd2c6207046639d796f388 /databases/sqsh-motif/Makefile
parentc39f6910f1016527e5a79402e12d287b3986c611 (diff)
downloadpkgsrc-b634d6c609733cd2428d816b64995509d3d3d60a.tar.gz
Initial import of sqsh-motif-2.1 into the NetBSD packages collection.
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. This package enables motif support.
Diffstat (limited to 'databases/sqsh-motif/Makefile')
-rw-r--r--databases/sqsh-motif/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/sqsh-motif/Makefile b/databases/sqsh-motif/Makefile
new file mode 100644
index 00000000000..eb21539c70c
--- /dev/null
+++ b/databases/sqsh-motif/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 12:50:04 grant Exp $
+
+PKGNAME= sqsh-motif-2.1
+
+CONFLICTS+= sqsh-[0-9]*
+CONFLICTS+= sqsh-x11-[0-9]*
+
+CONFIGURE_ARGS+= --with-motif
+
+PATCHDIR= ${.CURDIR}/../../databases/sqsh/patches
+DISTINFO_FILE= ${.CURDIR}/../../databases/sqsh/distinfo
+PLIST_SRC= ${.CURDIR}/../../databases/sqsh/PLIST
+DESCR_SRC= ${.CURDIR}/../../databases/sqsh/DESCR
+
+.include "../../mk/motif.buildlink2.mk"
+
+.include "../../databases/sqsh/Makefile.common"