2008-04-24 17:20:06 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2008/04/24 15:20:06 jlam Exp $
|
Initial import of sqsh-x11-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 X11 support.
2004-03-29 11:41:34 +02:00
|
|
|
|
2008-04-22 18:23:36 +02:00
|
|
|
PKGNAME= ${PKGNAME_BASE:S/-/-x11-/}
|
|
|
|
COMMENT= SQL shell for Sybase and MS-SQL servers (Athena GUI)
|
Initial import of sqsh-x11-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 X11 support.
2004-03-29 11:41:34 +02:00
|
|
|
|
2008-04-22 18:23:36 +02:00
|
|
|
FILESDIR= ${.CURDIR}/../../databases/sqsh/files
|
|
|
|
PATCHDIR= ${.CURDIR}/../../databases/sqsh/patches
|
|
|
|
PKGDIR= ${.CURDIR}/../../databases/sqsh
|
Initial import of sqsh-x11-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 X11 support.
2004-03-29 11:41:34 +02:00
|
|
|
|
2008-04-24 17:20:06 +02:00
|
|
|
# Mirror PKG_DESTDIR_SUPPORT setting from sqsh/Makefile.
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2008-04-23 22:23:38 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2008-04-22 18:23:36 +02:00
|
|
|
PKG_OPTIONS.sqsh+= -sqsh-motif sqsh-xaw
|
Initial import of sqsh-x11-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 X11 support.
2004-03-29 11:41:34 +02:00
|
|
|
|
2008-04-22 18:23:36 +02:00
|
|
|
.include "../../databases/sqsh/Makefile"
|