mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
e85860705a
|Changes between 0.6.0 and 0.6.1 | | * SVG external graphics rendered as vectors in Cairo backend (#113, | lode leroy) | * Fixed CFLAGS usage in configure.ac (#124, Asmodai) | * Table column order respects writing mode (#131) | * Added table fix from Debian 494227 (#99, Thomas Viehmann) | | All xmlroff 0.6.1 tickets are listed at | http://xmlroff.org/query?milestone=xmlroff+0.6.1 | |Changes between 0.5.5 and 0.6.0 | | * Using plain BSD license (Jon Bosak, Mike Anastasio) | * Added version API (#123) | * Fixed segfault if input not an FO document (#117) | * Added generating xmlroff.1 man page | * Fixed checking for CUnit (#116) | * PNG graphics rendering in Cairo backend (#42, lode leroy) | * Fewer error messages when image file not found (#69) | * Divided manual into users' guide and developers' guide chapters | | All xmlroff 0.6.0 tickets are listed at | http://xmlroff.org/query?milestone=xmlroff+0.6.0
30 lines
695 B
Makefile
30 lines
695 B
Makefile
# New ports collection makefile for: xmlroff
|
|
# Date created: 1 January 2005
|
|
# Whom: James Earl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmlroff
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://xmlroff.org/download/
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= XSL formatter that produces PDF and PostScript
|
|
|
|
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack gnometarget libgnomeprint libxslt \
|
|
libxml2 gtk20 glib20 pango
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-gtk-doc \
|
|
--with-html-dir=${PREFIX}/share/doc
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|