diff options
author | hrs <hrs@FreeBSD.org> | 2013-04-29 04:50:13 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-04-29 04:50:13 +0800 |
commit | 65f6091f0d07908b50e6042a48cdadec0073a2ac (patch) | |
tree | a4b3eaae8b1ef4e24951aa046d661b2711e773da | |
parent | 9db6dc0c725af6e4bf31e7c74e8c20caa3e572d3 (diff) | |
download | freebsd-ports-gnome-65f6091f0d07908b50e6042a48cdadec0073a2ac.tar.gz freebsd-ports-gnome-65f6091f0d07908b50e6042a48cdadec0073a2ac.tar.zst freebsd-ports-gnome-65f6091f0d07908b50e6042a48cdadec0073a2ac.zip |
- Add LICENSE.
- Add MAKE_JOBS_SAFE=yes.
- Trim old-style header.
-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' \ |