blob: b3e6e284399b9a718352e2775a099fd93a483c60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.14 2015/03/20 16:33:28 taca Exp $
MODNAME= exif
CATEGORIES+= graphics
COMMENT= PHP extension to extract information from EXIF headers
CONFIGURE_ARGS+= --with-${MODNAME}=shared
USE_PHP_EXT_PATCHES= yes
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
|