blob: 964303ce48ca09c03699b2f125034289b3f7341b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.11 2012/07/20 12:30:36 taca 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"
|