From 52c19805011b2d8d525f4d2a6c01cf961940d9aa Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sun, 31 Oct 2004 19:30:29 +0000 Subject: new PHP extension module framework, which makes it possible to build individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-* --- graphics/php-exif/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/php-exif/Makefile (limited to 'graphics/php-exif/Makefile') diff --git a/graphics/php-exif/Makefile b/graphics/php-exif/Makefile new file mode 100644 index 00000000000..e16ab406745 --- /dev/null +++ b/graphics/php-exif/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $ + +MODNAME= exif +CATEGORIES+= graphics +PKGREVISION= # empty +COMMENT= PHP extension to extract information from EXIF headers + +USE_BUILDLINK3= YES + +CONFIGURE_ARGS+= --with-${MODNAME}=shared + +.include "../../lang/php/ext.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3