From a4d6af53e5ce18b3919c9af7be266bbfdecd0236 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 10 Jan 2002 13:06:44 +0000 Subject: Move to graphics/php3-gd from the www category to match similar relocations of the PHP4 module packages. --- graphics/php3-gd/DESCR | 2 ++ graphics/php3-gd/Makefile | 21 +++++++++++++++++++++ graphics/php3-gd/PLIST.extras | 2 ++ 3 files changed, 25 insertions(+) create mode 100644 graphics/php3-gd/DESCR create mode 100644 graphics/php3-gd/Makefile create mode 100644 graphics/php3-gd/PLIST.extras (limited to 'graphics/php3-gd') diff --git a/graphics/php3-gd/DESCR b/graphics/php3-gd/DESCR new file mode 100644 index 00000000000..4f588ce03a0 --- /dev/null +++ b/graphics/php3-gd/DESCR @@ -0,0 +1,2 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides GD graphics support for PHP3. diff --git a/graphics/php3-gd/Makefile b/graphics/php3-gd/Makefile new file mode 100644 index 00000000000..86cb074e0b6 --- /dev/null +++ b/graphics/php3-gd/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/10 13:06:44 jlam Exp $ + +MODNAME= gd +CATEGORIES+= graphics +PKGREVISION= # empty +COMMENT= PHP3 extension for GD graphics library + +USE_BUILDLINK_ONLY= yes + +.include "../../www/php3/Makefile.module" + +CONFIGURE_ARGS+= --with-gd +MOD_LIBS+= -lgd -lintl -ljpeg -lpng -lttf -lm -lz + +PLIST_SRC+= ${.CURDIR}/PLIST.extras + +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/extra/gd/bdf2gdfont ${PREFIX}/bin + +.include "../../graphics/gd/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/php3-gd/PLIST.extras b/graphics/php3-gd/PLIST.extras new file mode 100644 index 00000000000..9f9c29f8a03 --- /dev/null +++ b/graphics/php3-gd/PLIST.extras @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.extras,v 1.1.1.1 2002/01/10 13:06:44 jlam Exp $ +bin/bdf2gdfont -- cgit v1.2.3