2016-12-30 14:33:44 +01:00
|
|
|
# $NetBSD: Makefile,v 1.11 2016/12/30 13:33:45 wiz Exp $
|
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.
2004-03-29 14:50:04 +02:00
|
|
|
|
2016-12-30 14:33:44 +01:00
|
|
|
PKGNAME= sqsh-motif-${VERSION}
|
2008-04-22 18:23:36 +02:00
|
|
|
COMMENT= SQL shell for Sybase and MS-SQL servers (Motif GUI)
|
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.
2004-03-29 14:50:04 +02:00
|
|
|
|
2016-12-30 14:33:44 +01:00
|
|
|
CONFIGURE_ARGS+= --with-motif=${MOTIFBASE:Q}
|
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.
2004-03-29 14:50:04 +02:00
|
|
|
|
2016-12-30 14:33:44 +01:00
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
|
|
.include "../../mk/motif.buildlink3.mk"
|
|
|
|
.include "../../databases/sqsh/Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|