pkgsrc/databases/gtksql/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

25 lines
696 B
Makefile

# $NetBSD: Makefile,v 1.31 2004/10/03 00:13:18 tv Exp $
#
DISTNAME= gtksql-0.3
PKGREVISION= 5
CATEGORIES= databases
MASTER_SITES= http://www.multimania.com/bbrox/GtkSQL/ \
${MASTER_SITE_SUNSITE:=X11/gtkbuffet/apps/gtksql/} \
ftp://ftp.infodrom.north.de/pub/unix/gtkbuffet/apps/gtksql/ \
ftp://ftp.loxinfo.co.th/pub/unix/database/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.multimania.com/bbrox/GtkSQL/
COMMENT= Query tool for PostgreSQL written with GTK
USE_BUILDLINK3= yes
USE_X11BASE= # defined
MAKE_ENV+= MCFLAGS="${CFLAGS}"
PGSQL_VERSION_REQD= 73
.include "../../mk/pgsql.buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"