pkgsrc/databases/sqsh-x11/Makefile
jlam adee5dd001 Mirror PKG_DESTDIR_SUPPORT setting from the included Makefile. This is
only necessary because PKG_DESTDIR_SUPPORT must be defined before
bsd.prefs.mk is included.
2008-04-24 15:20:06 +00:00

17 lines
505 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/04/24 15:20:06 jlam Exp $
PKGNAME= ${PKGNAME_BASE:S/-/-x11-/}
COMMENT= SQL shell for Sybase and MS-SQL servers (Athena GUI)
FILESDIR= ${.CURDIR}/../../databases/sqsh/files
PATCHDIR= ${.CURDIR}/../../databases/sqsh/patches
PKGDIR= ${.CURDIR}/../../databases/sqsh
# Mirror PKG_DESTDIR_SUPPORT setting from sqsh/Makefile.
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS.sqsh+= -sqsh-motif sqsh-xaw
.include "../../databases/sqsh/Makefile"