1bf6023ce9
that this is built from the php-4.1.2 sources.
15 lines
385 B
Makefile
15 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/02/28 06:17:18 jlam Exp $
|
|
|
|
MODNAME= pgsql
|
|
CATEGORIES+= databases
|
|
PKGREVISION= # empty
|
|
COMMENT= PHP4 extension for PostgreSQL databases
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
|
|
.include "../../www/php4/Makefile.module"
|
|
|
|
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
|
|
|
|
.include "../../databases/postgresql-lib/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|