blob: b870cc5b9a147fb2b8ec7b146dd8b5012a4c32f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 16:10:41 skrll Exp $
#
DISTNAME= kdegraphics-2.1
CATEGORIES= graphics kde
.include "../../x11/kde2/Makefile.part1"
COMMENT= Graphics programs for the KDE integrated X11 desktop
DEPENDS+= kdebase-2.1:../../x11/kdebase2
DEPENDS+= ghostscript>=6.01:../../print/ghostscript
#DEPENDS+= gPhoto2
#DEPENDS+= gpio
LTCONFIG_OVERRIDE+= ${WRKSRC}/kdvi/kpathsea/ltconfig
.include "../../x11/kde2/Makefile.part2"
CONFIGURE_ENV+= LIBS="-Wl,--export-dynamic"
.include "../../mk/bsd.pkg.mk"
|