15 lines
424 B
Makefile
15 lines
424 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/01/24 03:35:26 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= gnuplot-0.3.3
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= 2D and 3D plots using gnuplot
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-monoid-transformer/buildlink3.mk"
|
|
.include "../../wip/hs-utility-ht/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|