mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
55 lines
1.6 KiB
Makefile
55 lines
1.6 KiB
Makefile
# New ports collection Makefile for: kdegraphics
|
|
# Date created: 2008-01-31
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdegraphics
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Graphics utilities for the KDE4 integrated X11 desktop
|
|
|
|
BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX-base
|
|
LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl \
|
|
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
|
|
freetype:${PORTSDIR}/print/freetype2 \
|
|
fribidi:${PORTSDIR}/converters/fribidi \
|
|
lcms:${PORTSDIR}/graphics/lcms \
|
|
paper:${PORTSDIR}/print/libpaper \
|
|
poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \
|
|
exiv2.7:${PORTSDIR}/graphics/exiv2 \
|
|
chm.0:${PORTSDIR}/misc/chmlib \
|
|
sane.1:${PORTSDIR}/graphics/sane-backends \
|
|
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
|
|
djvulibre:${PORTSDIR}/graphics/djvulibre-nox11 \
|
|
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
|
|
spectre.1:${PORTSDIR}/print/libspectre \
|
|
qca.2:${PORTSDIR}/devel/qca \
|
|
epub.0:${PORTSDIR}/textproc/ebook-tools
|
|
|
|
LATEST_LINK= ${PORTNAME}4
|
|
|
|
USE_GL= glut
|
|
USE_GHOSTSCRIPT= yes
|
|
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
|
KDE4_BUILDENV= yes
|
|
USE_BZIP2= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= opengl gui svg iconengines pixeltool \
|
|
moc_build rcc_build uic_build qmake_build
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC}/.. -type f -name CMakeLists.txt | ${XARGS} \
|
|
${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|'
|
|
|
|
.include <bsd.port.mk>
|