pkgsrc/graphics/gwenview/Makefile
jlam ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
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.
2006-07-07 15:49:30 +00:00

28 lines
749 B
Makefile

# $NetBSD: Makefile,v 1.20 2006/07/07 15:49:32 jlam Exp $
#
DISTNAME= gwenview-1.3.1
PKGREVISION= 3
CATEGORIES= kde graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwenview/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://gwenview.sourceforge.net/
COMMENT= Image viewer for KDE whose aims are ease of use and speed
USE_TOOLS+= gmake pkg-config msgfmt
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
# Enable kipi (KDE Image Plugin Interface)
CONFIGURE_ARGS+= --enable-kipi
SHLIBTOOL_OVERRIDE= # empty
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/libkipi/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"