pkgsrc/graphics/kdegraphics3/Makefile
markd 21890f4a47 bl3ify and update to kde3.2.2.
Changes:
* kiconedit: Fix [PATCH] Adds large current color viewer to palette toolbar
* kiconedit: Fix Visual difference between a gray and transparent pixel
* kpdf: Fix KPDF can't open files whose names have non-ASCII letters
* ksvg: Fix Transformed symbols sometimes disappear
* configure: Fix Extraneous message in admin/Makefile.common using --prefix
* kghostview: Fix the executable linking against the part, by adding a
  common library.
2004-04-20 13:52:06 +00:00

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.37 2004/04/20 13:52:06 markd Exp $
DISTNAME= kdegraphics-${_KDE_VERSION}
CATEGORIES= graphics
COMMENT= Graphics programs for the KDE integrated X11 desktop
.include "../../meta-pkgs/kde3/Makefile.kde3"
#DEPENDS+= gPhoto2
#DEPENDS+= gpio
USE_BUILDLINK3= YES
USE_DIRS+= xdg-1.1
BUILDLINK_DEPENDS.lcms= lcms>=1.12
CONFIGURE_ARGS+= --without-kamera # requires gPhoto2, gpio
CONFIGURE_ARGS+= --with-imlib-config=${X11PREFIX}/bin
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" && !exists(${X11BASE}/lib/libXxf86vm.so)
PLIST_SUBST+= KGAMMA_SUFFIX="a"
.else
PLIST_SUBST+= KGAMMA_SUFFIX="so"
.endif
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../converters/fribidi/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/glut/buildlink3.mk"
.include "../../graphics/imlib/buildlink3.mk"
.include "../../graphics/sane-backends/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"