23 lines
632 B
Makefile
23 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:06 wiz Exp $
|
|
|
|
DISTNAME= libkexif-0.2.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=digikam/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://extragear.kde.org/apps/kipi/
|
|
COMMENT= Image EXIF information library manipulation
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
SHLIBTOOL_OVERRIDE= libtool
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|