svn commit: r384315 - head/games/zoom

Jan Beich jbeich at FreeBSD.org
Sun Apr 19 19:10:06 UTC 2015


Author: jbeich
Date: Sun Apr 19 19:10:05 2015
New Revision: 384315
URL: https://svnweb.freebsd.org/changeset/ports/384315

Log:
  * Install HTML manual when DOCS option is enabled
  * Set LICENSE=LGPL21
  * Move %%DATADIR%%/zoomrc to PORTDATA=zoomrc
  * Bump PORTREVISION
  
  PR:		195100
  Submitted by:	bsdport at ddm.wox.org
  Approved by:	maintainer timeout (6 months, see bug 197522)

Modified:
  head/games/zoom/Makefile

Modified: head/games/zoom/Makefile
==============================================================================
--- head/games/zoom/Makefile	Sun Apr 19 19:06:55 2015	(r384314)
+++ head/games/zoom/Makefile	Sun Apr 19 19:10:05 2015	(r384315)
@@ -3,13 +3,15 @@
 
 PORTNAME=	zoom
 PORTVERSION=	1.1.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://www.logicalshift.co.uk/unix/zoom/
 
 MAINTAINER=	dhn at FreeBSD.org
 COMMENT=	Z-Interpreter for X with full V6 support
 
+LICENSE=	LGPL21
+
 LIB_DEPENDS=	libt1.so:${PORTSDIR}/devel/t1lib \
 		libpng.so:${PORTSDIR}/graphics/png
 
@@ -21,7 +23,15 @@ USE_XORG=	xft
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PLIST_FILES=	bin/zoom %%DATADIR%%/zoomrc
-PLIST_DIRS=	%%DATADIR%%
+PLIST_FILES=	bin/zoom
+PORTDATA=	zoomrc
+PORTDOCS=	*
+
+OPTIONS_DEFINE=	DOCS
+
+post-install:
+	(cd ${WRKSRC}/manual && ${COPYTREE_SHARE} \
+		. ${STAGEDIR}${DOCSDIR} "! -name Makefile \
+		! -name Makefile.am ! -name Makefile.in")
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list