99dae4e272
This is a port of the basic program, it works so far enough to be able to mix and match PDF/pictures/text and print the result to Encapsulated PostScript. I haven't tried out yet with more advanced stuff...
44 lines
1.2 KiB
Makefile
44 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/03/07 14:05:59 espie Exp $
|
|
|
|
COMMENT= "DTP program"
|
|
CATEGORIES= print
|
|
DISTNAME= scribus-1.2.1
|
|
EXTRACT_SUFX= .tar.bz2
|
|
HOMEPAGE= http://www.scribus.org.uk/
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/}
|
|
|
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
|
SHARED_ONLY=Yes
|
|
MODULES= x11/qt3
|
|
MODQT_MT=Yes
|
|
CONFIGURE_STYLE= gnu
|
|
#AUTOCONF_VERSION= 2.59
|
|
CONFIGURE_ARGS+= ${MODQT_CONFIGURE_ARGS}
|
|
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib --with-extra-includes=${LOCALBASE}/include/libpng:${LOCALBASE}/include
|
|
CONFIGURE_ENV+= UIC_PATH=${MODQT_UIC}
|
|
CONFIGURE_ENV+= CPPFLAGS='-I${MODQT_INCDIR} -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include' LDFLAGS='-L${MODQT_LIBDIR} -L${LOCALBASE}/lib'
|
|
|
|
USE_LIBTOOL= Yes
|
|
LIB_DEPENDS= lcms::graphics/lcms \
|
|
xml2::textproc/libxml \
|
|
tiff::graphics/tiff \
|
|
python2.3.0.0:python-2.3.*:lang/python/2.3 \
|
|
png::graphics/png \
|
|
jpeg::graphics/jpeg \
|
|
cups::print/cups \
|
|
art_lgpl_2.0.0::graphics/libart
|
|
|
|
WANTLIB= ICE SM freetype Xext pthread stdc++ crypto c X11 util m z ssl
|
|
|
|
WANTLIB+= iconv
|
|
|
|
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM?= Yes
|
|
PERMIT_DISTFILES_FTP?= Yes
|
|
PERMIT_PACKAGE_CDROM?= Yes
|
|
PERMIT_PACKAGE_FTP?= Yes
|
|
|
|
.include <bsd.port.mk>
|