16 lines
451 B
Makefile
16 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/03/04 07:29:12 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= hashed-storage-0.5.9
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Hashed file storage support code
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-dataenc/buildlink3.mk"
|
|
.include "../../wip/hs-mmap/buildlink3.mk"
|
|
.include "../../wip/hs-mtl/buildlink3.mk"
|
|
.include "../../wip/hs-zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|