pkgsrc/databases/kpsql/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00

33 lines
791 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/03/13 17:36:45 fredb Exp $
#
DISTNAME= kpsql-1.0
PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.mutinybaysoftware.com/downloads/
EXTRACT_SUFX= .tgz
MAINTAINER= wulf@netbsd.org
HOMEPAGE= http://www.mutinybaysoftware.com/kpsql.html
COMMENT= Interactive Query Tool for PostgreSQL
DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-[0-9]*}:../../databases/postgresql-lib
#
# PostgreSQL is currently not supported by all platforms
#
NOT_FOR_PLATFORM= *-*-mips
USE_X11BASE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE}/qt1 \
--with-pgsqldir=${LOCALBASE}
CONFIGURE_ENV+= KDEDIR=${X11BASE} \
MOC="${X11BASE}/qt1/bin/moc"
.include "../../mk/bsd.pkg.mk"