blob: 4142b80c28d6e2a024cd7b4a633960868e7f303a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.10 2011/02/22 07:36:08 taca Exp $
MODNAME= exif
PKGREVISION= 2
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"
|