pkgsrc-wip/hs-hinstaller/Makefile
PHO / phonohawk 440ce223e5 Import hs-hinstaller-2008.2.16 as wip/hs-hinstaller.
This module allows you to incorporate arbitrary files into a haskell
module during compilation. The files are then available to you through
functions which allows you to write installer-type applications which
write out the files when run. Thus this can be considered in the same
model as Java .jar files or executable zip or other file archives.

The current implementation is now reasonably efficient. However, it
does require that you have a C compiler installed which can be invoked
through cc.
2010-02-26 10:16:20 +00:00

13 lines
292 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/02/26 10:16:20 phonohawk Exp $
#
DISTNAME= hinstaller-2008.2.16
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Installer wrapper for Haskell applications
LICENSE= gnu-lgpl-v2.1
.include "../../wip/mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"