pkgsrc/graphics/kdegraphics3/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

33 lines
997 B
Makefile

# $NetBSD: Makefile,v 1.39 2004/10/03 00:14:54 tv Exp $
DISTNAME= kdegraphics-${_KDE_VERSION}
PKGREVISION= 1
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 "../../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"