[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / databases / sqsh-x11

File: [cvs.NetBSD.org] / pkgsrc / databases / sqsh-x11 / Makefile (download)

Revision 1.4, Wed Jan 4 18:30:17 2006 UTC (18 years, 2 months ago) by reed
Branch: MAIN
Changes since 1.3: +2 -1 lines

In the Makefile.common, remove the freetds subdirectory for the
path to the buildlink files. This is due to changes I made to the freetds
installation.

Fix "man" to PKGMANDIR while I am here.

Bump PKGREVISION for all three packages (as the location
of libct is uses is different due to the freetds change).

I didn't test sqsh-motif packaging, as I couldn't get openmotif
to build at this time.

# $NetBSD: Makefile,v 1.4 2006/01/04 18:30:17 reed Exp $

PKGNAME=		sqsh-x11-2.1
PKGREVISION=		1
COMMENT=		SQL shell for Sybase and MS-SQL servers (X11 support)

CONFLICTS+=		sqsh-[0-9]*
CONFLICTS+=		sqsh-motif-[0-9]*

CONFIGURE_ARGS+=	--with-x

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/x11.buildlink3.mk"
.include "../../databases/sqsh/Makefile.common"