45 lines
1.4 KiB
Makefile
45 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.49 2007/06/03 10:55:36 ghen Exp $
|
|
|
|
DISTNAME= scribus-1.3.3.9
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.scribus.net/
|
|
COMMENT= Publishing layout with graphical interface
|
|
|
|
USE_TOOLS+= gmake perl
|
|
USE_LANGUAGES= c c++
|
|
PTHREAD_OPTS+= require
|
|
|
|
USE_DIRS+= xdg-1.4
|
|
USE_LIBTOOL= YES
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-qt-dir=${QTDIR:Q} \
|
|
--with-extra-libs=${LOCALBASE}/lib \
|
|
--with-extra-includes=${LOCALBASE}/include
|
|
# XXX should work with other Python versions, but there are
|
|
# stupid assumptions in the configure script
|
|
PYTHON_VERSIONS_ACCEPTED= 24
|
|
CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE:Q}
|
|
# avoid CUPS libs to be pulled in
|
|
CONFIGURE_ENV+= ac_cv_prog_hacups=no
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libart2+= libart2>=2.3.19nb1
|
|
.include "../../graphics/libart2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
.include "../../x11/qt3-tools/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../databases/shared-mime-info/mimedb.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|