summaryrefslogtreecommitdiff
path: root/graphics/php-exif/Makefile
blob: 20f48bf45bfc1f1afac9ff727586d3d30378f037 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile,v 1.12 2012/10/06 14:11:13 asau 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"