2004-10-03 02:12:51 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2004/10/03 00:13:23 tv 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
|
|
|
|
|
|
|
PKGNAME= sqsh-motif-2.1
|
2004-10-03 02:12:51 +02:00
|
|
|
PKGREVISION= 1
|
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
|
|
|
|
|
|
|
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
|
|
|
|
|
2004-05-04 00:46:56 +02:00
|
|
|
.include "../../mk/motif.buildlink3.mk"
|
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
|
|
|
|
|
|
|
.include "../../databases/sqsh/Makefile.common"
|