Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
15 lines
406 B
Makefile
15 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/06/13 22:47:08 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= bindings-librrd-0.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Low level Haskell bindings to RRDtool
|
|
LICENSE= public-domain
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../databases/rrdtool/buildlink3.mk"
|
|
.include "../../wip/hs-bindings-DSL/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|