pkgsrc/graphics/kdegraphics2/Makefile
markd 69fd16e897 Patch from KDE Security Advisory: 20021008-1:
KGhostview Arbitary Code Execution

This is untested by me other than the patch applies cleanly.

Bumped PKGREVISION.
2002-10-14 11:55:17 +00:00

25 lines
705 B
Makefile

# $NetBSD: Makefile,v 1.13 2002/10/14 11:55:17 markd Exp $
DISTNAME= kdegraphics-2.2.2
PKGREVISION= 2
CATEGORIES= graphics
COMMENT= Graphics programs for the KDE integrated X11 desktop
.include "../../x11/kde2/Makefile.kde2"
BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde
#DEPENDS+= gPhoto2
#DEPENDS+= gpio
USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --without-kamera # requires gPhoto2, gpio
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
.include "../../graphics/tiff/buildlink2.mk"
.include "../../x11/kde2/buildlink2.mk"
.include "../../x11/kdebase2/buildlink2.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"