diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/php4-exif/DESCR | 4 | ||||
-rw-r--r-- | graphics/php4-exif/Makefile | 14 | ||||
-rw-r--r-- | graphics/php4-gd/DESCR | 2 | ||||
-rw-r--r-- | graphics/php4-gd/Makefile | 30 |
4 files changed, 0 insertions, 50 deletions
diff --git a/graphics/php4-exif/DESCR b/graphics/php4-exif/DESCR deleted file mode 100644 index 3d48ad4d9a6..00000000000 --- a/graphics/php4-exif/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This extension allows one to extract information from files with a EXIF -header within a PHP script. Usually, digital camera will produce JPEG -or other image files with an EXIF header. diff --git a/graphics/php4-exif/Makefile b/graphics/php4-exif/Makefile deleted file mode 100644 index 8f81205f5d5..00000000000 --- a/graphics/php4-exif/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/04/25 00:28:21 xtraeme Exp $ - -MODNAME= exif -CATEGORIES+= graphics -PKGREVISION= # empty -COMMENT= PHP4 extension to extract information from EXIF headers - -USE_BUILDLINK3= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --with-${MODNAME}=shared - -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/php4-gd/DESCR b/graphics/php4-gd/DESCR deleted file mode 100644 index e138099fe60..00000000000 --- a/graphics/php4-gd/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides GD graphics library support for PHP4. diff --git a/graphics/php4-gd/Makefile b/graphics/php4-gd/Makefile deleted file mode 100644 index 73b0fb59bbd..00000000000 --- a/graphics/php4-gd/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $NetBSD: Makefile,v 1.17 2004/04/25 00:28:21 xtraeme Exp $ - -MODNAME= gd -CATEGORIES+= graphics -PKGREVISION= # empty -COMMENT= PHP4 extension for GD graphics library - -USE_BUILDLINK3= YES -USE_X11= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --with-${MODNAME} # use bundled libgd -CONFIGURE_ARGS+= --with-jpeg-dir=${BUILDLINK_DIR} -CONFIGURE_ARGS+= --with-png-dir=${BUILDLINK_DIR} -CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_DIR} -CONFIGURE_ARGS+= --with-xpm-dir=${BUILDLINK_DIR} -CONFIGURE_ARGS+= --with-ttf=${BUILDLINK_DIR} -CONFIGURE_ARGS+= --with-freetype-dir=${BUILDLINK_DIR} -CONFIGURE_ARGS+= --enable-${MODNAME}-native-ttf -CONFIGURE_ARGS+= --enable-${MODNAME}-jis-conv -CONFIGURE_ARGS+= --without-t1lib - -.include "../../devel/zlib/buildlink3.mk" -.include "../../graphics/freetype2/buildlink3.mk" -.include "../../graphics/jpeg/buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" -.include "../../graphics/xpm/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" |