summaryrefslogtreecommitdiff
path: root/graphics/php4-exif/Makefile
blob: 8f81205f5d5787dd56a21a2783a4fd9ee33e3ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.2 2004/04/25 00:28:21 xtraeme Exp $

MODNAME=		exif
CATEGORIES+=		graphics
PKGREVISION=		# empty
COMMENT=		PHP4 extension to extract information from EXIF headers

USE_BUILDLINK3=		YES

.include "../../www/php4/Makefile.module"

CONFIGURE_ARGS+=	--with-${MODNAME}=shared

.include "../../mk/bsd.pkg.mk"