ee68c93314
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
33 lines
1 KiB
Makefile
33 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2006/07/07 15:49:32 jlam Exp $
|
|
|
|
DISTNAME= kipi-plugins-0.1.0-rc1
|
|
PKGNAME= kipi-plugins-0.1.0rc1
|
|
PKGREVISION= 6
|
|
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= Kipi (KDE Image Plugin Interface) plugins
|
|
|
|
DEPENDS+= dcraw-[0-9]*:../../graphics/dcraw
|
|
DEPENDS+= bash-[0-9]*:../../shells/bash2
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= gmake pkg-config msgfmt
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../devel/libgphoto2/buildlink3.mk"
|
|
.include "../../graphics/ImageMagick/buildlink3.mk"
|
|
.include "../../graphics/imlib2/buildlink3.mk"
|
|
.include "../../graphics/libkexif/buildlink3.mk"
|
|
.include "../../graphics/libkipi/buildlink3.mk"
|
|
.include "../../multimedia/mjpegtools/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
#.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|