08356681a9
Changes: * KPDF o Fix bug parsing some TOCs o Fix display of some JBIG2 files o Enable print action when opening files using drag and drop * KGhostView o Fix KGhostView .desktop files * Kuickshow o Fix remote browsing of http-urls o Don't display non-existing files
39 lines
1.3 KiB
Makefile
39 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.67 2006/06/01 14:19:08 markd Exp $
|
|
|
|
DISTNAME= kdegraphics-${_KDE_VERSION}
|
|
CATEGORIES= graphics
|
|
COMMENT= Graphics programs for the KDE integrated X11 desktop
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= gs:run pkg-config
|
|
|
|
BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12
|
|
|
|
REPLACE_PERL+= kghostview/update-to-xt-names.pl
|
|
|
|
CONFIGURE_ARGS+= --with-imlib-config=${X11PREFIX}/bin
|
|
|
|
SUBST_CLASSES+= kpdf
|
|
SUBST_STAGE.kpdf= post-patch
|
|
SUBST_MESSAGE.kpdf= Fixing hardcoded paths.
|
|
SUBST_FILES.kpdf= kpdf/xpdf/xpdf/GlobalParams.cc
|
|
SUBST_SED.kpdf= -e 's:/usr/pkg:${LOCALBASE}:g'
|
|
SUBST_SED.kpdf+= -e 's:/usr/X11R6:${X11BASE}:g'
|
|
|
|
# Ensure we export symbols in the linked shared object.
|
|
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../converters/fribidi/buildlink3.mk"
|
|
.include "../../devel/libgphoto2/buildlink3.mk"
|
|
.include "../../graphics/glut/buildlink3.mk"
|
|
.include "../../graphics/imlib/buildlink3.mk"
|
|
.include "../../graphics/openexr/buildlink3.mk"
|
|
.include "../../graphics/sane-backends/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../print/poppler-qt/buildlink3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|