45660a8786
No need to include graphviz/buildlink?.mk a simple DEPENDS is enough. Remove unnecessary USE_X11.
23 lines
733 B
Makefile
23 lines
733 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/04/17 20:24:30 seb Exp $
|
|
#
|
|
|
|
DISTNAME= GraphViz-1.8
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz/}
|
|
|
|
MAINTAINER= seb@NetBSD.org
|
|
COMMENT= Perl interface to the Graphviz tools set
|
|
|
|
DEPENDS+= p5-Graph>=0.201:../../devel/p5-Graph
|
|
DEPENDS+= p5-IPC-Run>=0.74:../../devel/p5-IPC-Run
|
|
DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier
|
|
DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier
|
|
DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
|
|
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
|
|
|
|
USE_BUILDLINK3= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GraphViz/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|