mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -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"
|