diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-29 04:50:13 +0800 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-29 04:50:13 +0800 |
commit | 928d434bd206738b7213dd9b5802c680794a9b10 (patch) | |
tree | a4b3eaae8b1ef4e24951aa046d661b2711e773da /textproc/xmlroff | |
parent | ccff1213a4698a72a61137f5bb09a2df6339aca2 (diff) | |
download | freebsd-ports-gnome-928d434bd206738b7213dd9b5802c680794a9b10.tar.gz freebsd-ports-gnome-928d434bd206738b7213dd9b5802c680794a9b10.tar.zst freebsd-ports-gnome-928d434bd206738b7213dd9b5802c680794a9b10.zip |
- Add LICENSE.
- Add MAKE_JOBS_SAFE=yes.
- Trim old-style header.
Diffstat (limited to 'textproc/xmlroff')
-rw-r--r-- | textproc/xmlroff/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/xmlroff/Makefile b/textproc/xmlroff/Makefile index 9528679ea16a..572a5245aa76 100644 --- a/textproc/xmlroff/Makefile +++ b/textproc/xmlroff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmlroff -# Date created: 1 January 2005 -# Whom: James Earl -# +# Created by: James Earl # $FreeBSD$ -# PORTNAME= xmlroff PORTVERSION= 0.6.2 @@ -14,7 +10,10 @@ 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 +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo USE_AUTOTOOLS= libtool USE_GMAKE= yes @@ -26,6 +25,7 @@ CONFIGURE_ARGS= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAKE_JOBS_SAFE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ |