View | Details | Raw Unified | Return to bug 33157
Collapse All | Expand All

(-)graphviz/Makefile (-1 / +9 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	graphviz
8
PORTNAME=	graphviz
9
PORTVERSION=	1.7.7
9
PORTVERSION=	1.7.7
10
PORTREVISION=	1
10
CATEGORIES=	graphics tk83
11
CATEGORIES=	graphics tk83
11
MASTER_SITES=	http://www.research.att.com/sw/tools/graphviz/dist/
12
MASTER_SITES=	http://www.research.att.com/sw/tools/graphviz/dist/
12
EXTRACT_SUFX=	.tgz
13
EXTRACT_SUFX=	.tgz
Lines 38-43 Link Here
38
PORTDOCS=	dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf \
39
PORTDOCS=	dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf \
39
		neatoguide.pdf tcldot.html Dot.ref FAQ.html
40
		neatoguide.pdf tcldot.html Dot.ref FAQ.html
40
41
42
.include <bsd.port.pre.mk>
43
44
.if exists(${LOCALBASE}/include/iconv.h) || defined(WITH_ICONV)
45
LIB_DEPENDS+=	iconv.2:${PORTSDIR}/converters/iconv
46
CONFIGURE_ENV+=	LIBS="-liconv"
47
.endif
48
41
post-extract:
49
post-extract:
42
	@${RM} ${WRKSRC}/cdt/ast_common.h
50
	@${RM} ${WRKSRC}/cdt/ast_common.h
43
51
Lines 52-55 Link Here
52
.endfor
60
.endfor
53
.endif
61
.endif
54
62
55
.include <bsd.port.mk>
63
.include <bsd.port.post.mk>

Return to bug 33157