585534220c
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
18 lines
406 B
Makefile
18 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:05 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= exiv2-0.6.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://home.arcor.de/ahuggel/exiv2/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://home.arcor.de/ahuggel/exiv2/
|
|
COMMENT= Image metadata manipulation
|
|
|
|
USE_LANGUAGES= c c++
|
|
GCC_REQD= 3.3
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|