d8262452c1
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
25 lines
680 B
Makefile
25 lines
680 B
Makefile
# $NetBSD: Makefile,v 1.10 2002/12/24 06:10:06 wiz Exp $
|
|
|
|
DISTNAME= kdegraphics-3.0.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
COMMENT= Graphics programs for the KDE integrated X11 desktop
|
|
|
|
.include "../../x11/kde3/Makefile.kde3"
|
|
|
|
#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 "../../graphics/imlib/buildlink2.mk"
|
|
.include "../../x11/kde3/buildlink2.mk"
|
|
.include "../../x11/kdebase3/buildlink2.mk"
|
|
.include "../../mk/ghostscript.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|