Update polish/hunspell to version 20180127
[dports.git] / print / scribus / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       scribus
5 PORTVERSION=    1.4.6
6 PORTREVISION=   9
7 CATEGORIES=     print editors
8 MASTER_SITES=   SF \
9                 http://www.scribus.net/downloads/${PORTVERSION}/
10
11 MAINTAINER=     bsam@FreeBSD.org
12 COMMENT=        Comprehensive desktop publishing program
13
14 LICENSE=        GPLv2+
15
16 LIB_DEPENDS=    liblcms.so:graphics/lcms \
17                 libpng.so:graphics/png \
18                 libtiff.so:graphics/tiff \
19                 libcups.so:print/cups \
20                 libfreetype.so:print/freetype2 \
21                 libpodofo.so:graphics/podofo \
22                 libboost_thread.so:devel/boost-libs \
23                 libhunspell-1.6.so:textproc/hunspell \
24                 libcairo.so:graphics/cairo \
25                 libhyphen.so:textproc/hyphen \
26                 libfontconfig.so:x11-fonts/fontconfig
27 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \
28                 ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
29
30 USE_QT4=        corelib gui linguist_build moc_build qmake_build rcc_build uic_build xml network
31 USE_GNOME=      libartlgpl2 libxml2
32 USES=           cmake:outsource desktop-file-utils ghostscript:run jpeg \
33                 pkgconfig python:2.7 shared-mime-info tar:xz
34 USE_LDCONFIG=   yes
35
36 CMAKE_ARGS+=    -DWANT_HUNSPELL=YES -Wno-ferror-limit
37
38 OPTIONS_DEFINE= DOCS
39
40 post-install:
41         ${LN} -sf ${DATADIR}/icons/scribus.png ${STAGEDIR}${PREFIX}/share/pixmaps/
42
43 .include <bsd.port.mk>