xref: /mports/games/zoom/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	zoom
2PORTVERSION=	1.1.5
3PORTREVISION=	4
4CATEGORIES=	games
5MASTER_SITES=	http://www.logicalshift.co.uk/unix/zoom/
6
7MAINTAINER=	ports@MidnightBSD.org
8COMMENT=	Z-Interpreter for X with full V6 support
9WWW=		http://www.logicalshift.demon.co.uk/unix/zoom/
10
11LICENSE=	lgpl2.1
12
13LIB_DEPENDS=	libt1.so:devel/t1lib \
14		libpng.so:graphics/png
15
16USES=		gmake perl5 xorg
17GNU_CONFIGURE=	yes
18USE_CSTD=	gnu89
19USE_XORG=	xft
20
21CPPFLAGS+=	-I${LOCALBASE}/include
22LDFLAGS+=	-L${LOCALBASE}/lib
23
24PLIST_FILES=	bin/zoom
25PORTDATA=	zoomrc
26PORTDOCS=	*
27
28OPTIONS_DEFINE=	DOCS
29
30post-install:
31	(cd ${WRKSRC}/manual && ${COPYTREE_SHARE} \
32		. ${DOCSDIR} "! -name Makefile \
33		! -name Makefile.am ! -name Makefile.in")
34
35.include <bsd.port.mk>
36

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026