2002-03-14 20:01:11 +01:00
|
|
|
# Ports collection makefile for: scribus
|
|
|
|
# Date created: Mar 15, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
2008-01-20 22:56:35 +01:00
|
|
|
# $Carpetsmoker: ports/print/scribus/Makefile,v 1.2 2007/09/24 08:06:52 carpetsmoker Exp $
|
2002-03-14 20:01:11 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-01-15 20:57:58 +01:00
|
|
|
PORTNAME= scribus
|
2009-06-29 12:22:50 +02:00
|
|
|
PORTVERSION= 1.3.3.13
|
2009-07-18 13:11:29 +02:00
|
|
|
PORTREVISION= 1
|
2003-01-15 20:57:58 +01:00
|
|
|
CATEGORIES= print editors
|
2009-06-29 12:22:50 +02:00
|
|
|
MASTER_SITES= SF \
|
2006-05-01 00:31:29 +02:00
|
|
|
http://www.scribus.net/downloads/${PORTVERSION}/
|
2002-03-14 20:01:11 +01:00
|
|
|
|
2009-08-22 02:35:32 +02:00
|
|
|
|
2009-11-27 23:52:30 +01:00
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A comprehensive desktop publishing program
|
2002-03-14 20:01:11 +01:00
|
|
|
|
2009-07-18 13:11:29 +02:00
|
|
|
LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \
|
2009-06-29 12:22:50 +02:00
|
|
|
lcms.1:${PORTSDIR}/graphics/lcms \
|
|
|
|
png.5:${PORTSDIR}/graphics/png \
|
2004-04-28 22:36:45 +02:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
|
|
|
cups.2:${PORTSDIR}/print/cups-base \
|
2009-06-29 12:22:50 +02:00
|
|
|
freetype.9:${PORTSDIR}/print/freetype2 \
|
|
|
|
fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
|
2006-05-01 00:31:29 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
|
|
|
${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging
|
2003-08-31 03:30:55 +02:00
|
|
|
|
2004-06-07 03:03:53 +02:00
|
|
|
USE_BZIP2= yes
|
2003-01-15 20:57:58 +01:00
|
|
|
USE_QT_VER= 3
|
2005-01-12 20:39:54 +01:00
|
|
|
USE_GNOME= gnometarget libartlgpl2 libxml2
|
2004-08-30 10:29:34 +02:00
|
|
|
USE_GHOSTSCRIPT_RUN= yes
|
|
|
|
USE_PYTHON= yes
|
2007-12-16 20:23:26 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2006-11-05 21:43:56 +01:00
|
|
|
USE_LDCONFIG= yes
|
2009-06-29 12:22:50 +02:00
|
|
|
USE_MOTIF= yes
|
|
|
|
USE_CMAKE= yes
|
|
|
|
CMAKE_USE_PTHREAD= yes
|
2002-10-31 13:12:00 +01:00
|
|
|
|
2009-06-29 12:22:50 +02:00
|
|
|
PLIST_SUB+= SCRIBUS_VERSION=${PORTVERSION}
|
|
|
|
MAN1= scribus.1
|
|
|
|
MANLANG= "" pl de
|
2008-01-20 22:56:35 +01:00
|
|
|
MANCOMPRESSED= no
|
2005-01-12 20:39:54 +01:00
|
|
|
|
2009-06-29 12:22:50 +02:00
|
|
|
.include <bsd.port.mk>
|