pkgsrc/print/scribus-qt4/Makefile
drochner 2766b15190 update to 1.4.3
changes:
The Barcode Writer has been updated and supports many more barcodes,
 including QR.
The Galaxy Gauge# color matching system and color tools have been included.
New color palettes from government agencies (Canada, Germany,
 The Netherlands, United Kingdom) have been included.
More Open Source color palettes have been included.
Improvements to the build system.
Improvements to the Preflight Verifier.
The A4 page size limit of TeX-rendered graphics in Render Frames has been
 removed.
The Short Words plug-in now supports Danish.
Many updates to the Online Manual.
Bugfixes
2013-08-09 11:06:28 +00:00

50 lines
1.7 KiB
Makefile

# $NetBSD: Makefile,v 1.27 2013/08/09 11:06:28 drochner Exp $
DISTNAME= scribus-1.4.3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.scribus.net/
COMMENT= Publishing layout with graphical interface
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
USE_TOOLS+= gmake perl pkg-config
PTHREAD_OPTS+= require
SHLIBTOOL_OVERRIDE= # empty
USE_CMAKE= yes
CMAKE_ARGS+= -DPNG_LIBRARY_RELEASE=${LOCALBASE}/lib
# XXX not yet
#CMAKE_ARGS+= -DWANT_HUNSPELL:BOOL=ON
INSTALLATION_DIRS+= share/pixmaps
post-install:
${INSTALL_DATA} ${WRKSRC}/resources/icons/scribus.png \
${DESTDIR}${PREFIX}/share/pixmaps
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../print/cups/buildlink3.mk"
.include "../../print/podofo/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/lcms2/buildlink3.mk"
BUILDLINK_API_DEPENDS.libart+= libart>=2.3.19nb1
.include "../../graphics/libart/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
#.include "../../textproc/hunspell/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"