1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/print/scribus-devel/Makefile
Mario Sergio Fujikawa Ferreira 1225aae917 o Unmark BROKEN
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
2002-08-08 12:12:47 +00:00

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>