aboutsummaryrefslogtreecommitdiffstats
path: root/games/zoom/Makefile
blob: efe36e6ea9044165acc11583b31a362aafcebf9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Created by: Jan Stocker <Jan.Stocker@t-online.de>
# $FreeBSD$

PORTNAME=   zoom
PORTVERSION=    1.1.5
PORTREVISION=   3
CATEGORIES= games
MASTER_SITES=   http://www.logicalshift.co.uk/unix/zoom/

MAINTAINER= ports@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

USES=       gmake perl5
GNU_CONFIGURE=  yes
USE_CSTD=   gnu89
USE_XORG=   xft

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

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>