15 lines
412 B
Makefile
15 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/01/06 15:56:24 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= ghc-core-0.5.4
|
|
PKGNAME= ${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Display GHC's optimised core and assembly output
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-colorize-haskell/buildlink3.mk"
|
|
.include "../../wip/hs-pcre-light/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|