summaryrefslogtreecommitdiff
path: root/www/php3-gd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/php3-gd/Makefile')
-rw-r--r--www/php3-gd/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/www/php3-gd/Makefile b/www/php3-gd/Makefile
deleted file mode 100644
index a48e69d0bf6..00000000000
--- a/www/php3-gd/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2001/09/27 23:18:56 jlam Exp $
-#
-
-PKGNAME= php-gd-${PHP_VERSION}
-
-COMMENT= PHP3 extension for GD graphics library
-
-DEPENDS+= gd-[0-9]*:../../graphics/gd
-
-USE_PERL5= yes
-
-BUILDING_EXTENSION_MODULE=yes
-
-do-build:
- cd ${WRKSRC}/functions && \
- ${COMPILE.c} -I.. -I. -I${LOCALBASE}/include -fPIC -DPIC -DCOMPILE_DL gd.c && \
- ${LD} -Bshareable -o gd.so gd.o -L${LOCALBASE}/lib -R${LOCALBASE}/lib -lgd -lintl -ljpeg -lpng -lttf -lm -lz
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/functions/gd.so ${PREFIX}/lib/php3/
- ${INSTALL_SCRIPT} ${WRKSRC}/extra/gd/bdf2gdfont ${PREFIX}/bin/
-
-.include "../php3/Makefile"
-
-# this must be done last, as it is explicitly disabled in php3's CONFIGURE_ARGS
-CONFIGURE_ARGS+=--with-gd