svn commit: r316748 - head/textproc/xmlroff

Hiroki Sato hrs at FreeBSD.org
Sun Apr 28 20:50:14 UTC 2013


Author: hrs
Date: Sun Apr 28 20:50:13 2013
New Revision: 316748
URL: http://svnweb.freebsd.org/changeset/ports/316748

Log:
  - Add LICENSE.
  - Add MAKE_JOBS_SAFE=yes.
  - Trim old-style header.

Modified:
  head/textproc/xmlroff/Makefile

Modified: head/textproc/xmlroff/Makefile
==============================================================================
--- head/textproc/xmlroff/Makefile	Sun Apr 28 20:48:46 2013	(r316747)
+++ head/textproc/xmlroff/Makefile	Sun Apr 28 20:50:13 2013	(r316748)
@@ -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/downloa
 MAINTAINER=	hrs at 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' \


More information about the svn-ports-all mailing list