mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
1225aae917
o Update to 0.6 supported by qt2 while waiting for 0.7.7 supporting qt3 o Increase verbosity in DESCR Submitted by: blackend Approved by: maintainer
37 lines
736 B
Makefile
37 lines
736 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: scribus
|
|
# Date created: Mar 15, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scribus
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://web2.altmuehlnet.de/fschmid/
|
|
|
|
MAINTAINER= ports@geeksrus.net
|
|
|
|
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
|
|
|
|
USE_QT_VER= 2
|
|
USE_XLIB= yes
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
LDCONFIG_DIRS= %%PREFIX%%/share/scribus/libs \
|
|
%%PREFIX%%/share/scribus/plugins
|
|
|
|
post-patch:
|
|
.if defined(NOPORTDOCS)
|
|
@${REINPLACE_CMD} -e "s|docs icons|icons|" \
|
|
${WRKSRC}/scribus/Makefile.in
|
|
.endif
|
|
@${FIND} ${WRKSRC} -type f | \
|
|
${XARGS} -n 10 ${REINPLACE_CMD} \
|
|
-e 's|share/scribus/doc|share/doc/scribus|'
|
|
|
|
.include <bsd.port.mk>
|