mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
12 lines
295 B
Makefile
12 lines
295 B
Makefile
# $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"
|