Lines 3-15
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= zoom |
4 |
PORTNAME= zoom |
5 |
PORTVERSION= 1.1.5 |
5 |
PORTVERSION= 1.1.5 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
CATEGORIES= games |
7 |
CATEGORIES= games |
8 |
MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ |
8 |
MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ |
9 |
|
9 |
|
10 |
MAINTAINER= dhn@FreeBSD.org |
10 |
MAINTAINER= dhn@FreeBSD.org |
11 |
COMMENT= Z-Interpreter for X with full V6 support |
11 |
COMMENT= Z-Interpreter for X with full V6 support |
12 |
|
12 |
|
|
|
13 |
LICENSE= LGPL21 |
14 |
|
13 |
LIB_DEPENDS= libt1.so:${PORTSDIR}/devel/t1lib \ |
15 |
LIB_DEPENDS= libt1.so:${PORTSDIR}/devel/t1lib \ |
14 |
libpng15.so:${PORTSDIR}/graphics/png |
16 |
libpng15.so:${PORTSDIR}/graphics/png |
15 |
|
17 |
|
Lines 18-27
GNU_CONFIGURE= yes
Link Here
|
18 |
USE_CSTD= gnu89 |
20 |
USE_CSTD= gnu89 |
19 |
USE_XORG= xft |
21 |
USE_XORG= xft |
20 |
|
22 |
|
|
|
23 |
OPTIONS_DEFINE= DOCS |
24 |
|
25 |
post-install: |
26 |
(cd ${WRKSRC}/manual && \ |
27 |
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ |
28 |
"-not -name Makefile -not -name Makefile.am -not -name Makefile.in") |
29 |
|
21 |
CPPFLAGS+= -I${LOCALBASE}/include |
30 |
CPPFLAGS+= -I${LOCALBASE}/include |
22 |
LDFLAGS+= -L${LOCALBASE}/lib |
31 |
LDFLAGS+= -L${LOCALBASE}/lib |
23 |
|
32 |
|
24 |
PLIST_FILES= bin/zoom %%DATADIR%%/zoomrc |
33 |
PLIST_FILES= bin/zoom |
25 |
PLIST_DIRS= %%DATADIR%% |
34 |
PORTDOCS= * |
|
|
35 |
PORTDATA= zoomrc |
26 |
|
36 |
|
27 |
.include <bsd.port.mk> |
37 |
.include <bsd.port.mk> |