mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
* Install HTML manual when DOCS option is enabled
* Set LICENSE=LGPL21 * Move %%DATADIR%%/zoomrc to PORTDATA=zoomrc * Bump PORTREVISION PR: 195100 Submitted by: bsdport@ddm.wox.org Approved by: maintainer timeout (6 months, see bug 197522)
This commit is contained in:
parent
cff9f73b44
commit
5a54c52eb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384315
@ -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@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>
|
||||
|
Loading…
Reference in New Issue
Block a user