summaryrefslogtreecommitdiff
path: root/www/php3-pgsql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/php3-pgsql/Makefile')
-rw-r--r--www/php3-pgsql/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/www/php3-pgsql/Makefile b/www/php3-pgsql/Makefile
deleted file mode 100644
index 2b5ef8bf7ea..00000000000
--- a/www/php3-pgsql/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2001/09/27 23:18:56 jlam Exp $
-#
-
-PKGNAME= php-pgsql-${PHP_VERSION}
-
-COMMENT= PHP3 extension for PostgreSQL databases
-
-DEPENDS+= postgresql-{6.5.3*,7.0*,lib-[0-9]*}:../../databases/postgresql-lib
-
-CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}/pgsql
-
-BUILDING_EXTENSION_MODULE=yes
-
-do-build:
- cd ${WRKSRC}/functions && \
- ${COMPILE.c} -I.. -I. -I${LOCALBASE}/include/pgsql -fPIC -DPIC -DCOMPILE_DL pgsql.c && \
- ld -Bshareable -o pgsql.so pgsql.o -L${LOCALBASE}/lib -R${LOCALBASE}/lib -lpq -lcrypt
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/functions/pgsql.so ${PREFIX}/lib/php3/
-
-.include "../php3/Makefile"