19 lines
629 B
Makefile
19 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/03/04 08:48:21 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= midi-0.1.7.1
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Handling of MIDI messages and files
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-event-list/buildlink3.mk"
|
|
.include "../../wip/hs-explicit-exception/buildlink3.mk"
|
|
.include "../../wip/hs-monoid-transformer/buildlink3.mk"
|
|
.include "../../wip/hs-non-negative/buildlink3.mk"
|
|
.include "../../wip/hs-QuickCheck/buildlink3.mk"
|
|
.include "../../wip/hs-random/buildlink3.mk"
|
|
.include "../../wip/hs-transformers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|