22 lines
632 B
Makefile
22 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/03/06 15:13:21 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= blaze-textual-0.2.0.8
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Fast rendering of common datatypes
|
|
LICENSE= modified-bsd
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
PLIST_VARS+= native
|
|
PRINT_PLIST_AWK+= \
|
|
{ gsub(/${PKGVERSION:S/./\./g:C/nb[0-9]*$$//}/, "$${PKGVERSION}"); } \
|
|
/Blaze\/Text\/Double\/Native\./ { print "$${PLIST.native}" $$0; next; }
|
|
|
|
.include "../../wip/hs-blaze-builder/buildlink3.mk"
|
|
.include "../../wip/hs-text/buildlink3.mk"
|
|
.include "../../wip/hs-vector/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|