summaryrefslogtreecommitdiff
path: root/www/php3-mysql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/php3-mysql/Makefile')
-rw-r--r--www/php3-mysql/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/www/php3-mysql/Makefile b/www/php3-mysql/Makefile
deleted file mode 100644
index 41e4669b201..00000000000
--- a/www/php3-mysql/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2001/03/26 14:54:20 bad Exp $
-#
-
-PKGNAME= php-mysql-${PHP_VERSION}
-
-COMMENT= PHP3 extension for MySQL databases
-
-DEPENDS+= mysql-client>=3.23.35:../../databases/mysql-client
-
-CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}
-
-BUILDING_EXTENSION_MODULE=yes
-
-do-build:
- cd ${WRKSRC}/functions && \
- ${COMPILE.c} -I.. -I. -I${LOCALBASE}/include/mysql -fPIC -DPIC -DCOMPILE_DL mysql.c && \
- ld -Bshareable -o mysql.so mysql.o -L${LOCALBASE}/lib/mysql -R${LOCALBASE}/lib/mysql -lmysqlclient -lm
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/functions/mysql.so ${PREFIX}/lib/php3/
-
-.include "../php3/Makefile"