aboutsummaryrefslogtreecommitdiff
path: root/print/scribus/Makefile
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-05-24 17:16:35 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-05-24 17:16:35 +0000
commit7a9104bdca15a312dcffc33df55022312d09248a (patch)
tree60c0f54c74a65289be1d81bf1581ba63e9faefaa /print/scribus/Makefile
parente71de09d6d165e87dd966a36ce44971dbc4d5cfc (diff)
Notes
Diffstat (limited to 'print/scribus/Makefile')
-rw-r--r--print/scribus/Makefile37
1 files changed, 17 insertions, 20 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile
index 4370731f81a3..105566a58221 100644
--- a/print/scribus/Makefile
+++ b/print/scribus/Makefile
@@ -2,41 +2,40 @@
# $FreeBSD$
PORTNAME= scribus
-PORTVERSION= 1.4.1
-PORTREVISION= 3
+PORTVERSION= 1.4.2
CATEGORIES= print editors
MASTER_SITES= SF \
http://www.scribus.net/downloads/${PORTVERSION}/
MAINTAINER= sylvio@FreeBSD.org
-COMMENT= A comprehensive desktop publishing program
+COMMENT= Comprehensive desktop publishing program
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
- lcms.1:${PORTSDIR}/graphics/lcms \
+LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
+ lcms:${PORTSDIR}/graphics/lcms \
png15:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff \
- cups.2:${PORTSDIR}/print/cups-client \
- freetype.9:${PORTSDIR}/print/freetype2 \
- podofo.0:${PORTSDIR}/graphics/podofo \
+ tiff:${PORTSDIR}/graphics/tiff \
+ cups:${PORTSDIR}/print/cups-client \
+ freetype:${PORTSDIR}/print/freetype2 \
+ podofo:${PORTSDIR}/graphics/podofo \
boost_thread:${PORTSDIR}/devel/boost-libs \
- aspell.16:${PORTSDIR}/textproc/aspell \
- cairo.2:${PORTSDIR}/graphics/cairo \
+ aspell:${PORTSDIR}/textproc/aspell \
+ cairo:${PORTSDIR}/graphics/cairo \
hyphen:${PORTSDIR}/textproc/hyphen \
execinfo:${PORTSDIR}/devel/libexecinfo \
- fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
+ fontconfig:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
- ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
- update-mime-database:${PORTSDIR}/misc/shared-mime-info
+ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging
-NO_LATEST_LINK= yes
USE_XZ= yes
USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network
-USE_GNOME= desktopfileutils libartlgpl2 libxml2 pkgconfig
+USE_GNOME= libartlgpl2 libxml2
USE_GHOSTSCRIPT_RUN= yes
USE_PYTHON= yes
-USES= cmake
+USES= cmake desktop-file-utils pkgconfig shared-mime-info
USE_LDCONFIG= yes
-WRKSRC= ${WRKDIR}/Scribus
+
+CMAKE_ARGS+= -DWITH_ASPELL=NO -DWANT_HUNSPELL=YES
+CMAKE_VERBOSE= YES
MAN1= scribus.1
MANLANG= "" pl de
@@ -44,7 +43,5 @@ MANCOMPRESSED= no
post-install:
${LN} ${DATADIR}/icons/scribus.png ${PREFIX}/share/pixmaps/
- -update-desktop-database
- -update-mime-database ${PREFIX}/share/mime
.include <bsd.port.mk>