summaryrefslogblamecommitdiff
path: root/print/scribus-devel/Makefile
blob: 21b29aad5b83725d0cb13a43c0f8b8f052d4e0c2 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                               
                       
                      
                             

                                                     
 
                                 
                                                          
 

                                                    
 



                   
                                                                       
                   

                                              
 

                   

                                                                                
 
                      
# ex:ts=8
# Ports collection makefile for:	scribus
# Date created:			Mar 15, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	scribus
PORTVERSION=	0.9.11
CATEGORIES=	print editors
MASTER_SITES=	http://web2.altmuehlnet.de/fschmid/ \
		http://scribus.planetmirror.com/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A comprehensive desktop publishing program

LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-base
RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript-gnu

USE_QT_VER=	3
USE_REINPLACE=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB=	yes
LDCONFIG_DIRS=	%%PREFIX%%/lib/scribus/libs \
		%%PREFIX%%/lib/scribus/plugins

QTCFGLIBS+=	-lm

post-patch:
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure

.include <bsd.port.mk>