blob: 78f68aa862e2e4d96b2ecc7b998adb362e7dffe7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.10.12.1 2012/07/23 18:24:33 tron Exp $
MODNAME= exif
CATEGORIES+= graphics
COMMENT= PHP extension to extract information from EXIF headers
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --with-${MODNAME}=shared
USE_PHP_EXT_PATCHES= yes
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
|