svn commit: r415695 - head/devel/t1lib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 23 03:52:54 UTC 2016


Author: sunpoet
Date: Mon May 23 03:52:52 2016
New Revision: 415695
URL: https://svnweb.freebsd.org/changeset/ports/415695

Log:
  - Add LICENSE_FILE
  - Convert to new options target helper
  - Add WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/t1lib/Makefile
  head/devel/t1lib/pkg-descr

Modified: head/devel/t1lib/Makefile
==============================================================================
--- head/devel/t1lib/Makefile	Mon May 23 03:52:47 2016	(r415694)
+++ head/devel/t1lib/Makefile	Mon May 23 03:52:52 2016	(r415695)
@@ -13,6 +13,7 @@ MAINTAINER=	freebsd at skysmurf.nl
 COMMENT=	Type 1 font rasterization library for Unix/X11
 
 LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/LGPL
 
 USES=		cpe gmake libtool
 GNU_CONFIGURE=	yes
@@ -30,7 +31,7 @@ post-patch:
 	@${REINPLACE_CMD} -e \
 		'/ALLSUBDIRS/s|$$(DOCSUBDIRS)||g' ${WRKSRC}/Makefile.in
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/t1lib_doc.pdf ${STAGEDIR}${DOCSDIR}
 

Modified: head/devel/t1lib/pkg-descr
==============================================================================
--- head/devel/t1lib/pkg-descr	Mon May 23 03:52:47 2016	(r415694)
+++ head/devel/t1lib/pkg-descr	Mon May 23 03:52:52 2016	(r415695)
@@ -4,3 +4,5 @@ are returned in a data structure with ty
 also used in the X11 window system to describe character bitmaps. It contains
 the bitmap data as well as some metric information. But t1lib is in itself
 entirely independent of the X11-system or any other graphical user interface.
+
+WWW: http://www.t1lib.org/


More information about the svn-ports-all mailing list