f6473207ca
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
27 lines
674 B
Makefile
27 lines
674 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:45 agc Exp $
|
|
#
|
|
|
|
DISTNAME= gtksql-0.2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.multimania.com/bbrox/GtkSQL/ \
|
|
ftp://ftp.infodrom.north.de/pub/unix/gtkbuffet/apps/gtksql/
|
|
|
|
MAINTAINER= packages@NetBSD.org
|
|
HOMEPAGE= http://www.multimania.com/bbrox/GtkSQL/
|
|
|
|
DEPENDS+= gtk+-1.0.6:../../x11/gtk10
|
|
DEPENDS+= postgresql-6.4.2:../../databases/postgresql
|
|
|
|
# restriction inherit from postgresql
|
|
NOT_FOR_ARCHS= alpha mips
|
|
|
|
USE_X11BASE= yes
|
|
|
|
PGUSER?= pgsql
|
|
|
|
post-patch:
|
|
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak
|
|
${SED} -e 's|@PGUSER@|${PGUSER}|g' < ${WRKSRC}/Makefile.bak \
|
|
> ${WRKSRC}/Makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|