openbsd-ports/devel/hs-QuickAnnotate/Makefile
kili 309a963d55 A framework introducing annotations by preprocessing. For using it,
it is enough to derive 'QuickAnnotate.Annotatable' and then use the
preprocessor (qapp). The package contains an example demonstrating
this procedure.

ok jasper@
2012-10-31 19:13:29 +00:00

30 lines
679 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/10/31 19:13:29 kili Exp $
COMMENT = annotation framework
DISTNAME = QuickAnnotate-0.6
CATEGORIES = devel
# BSD3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c iconv m pthread util
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS= lang/hs-haskell-src-exts>=1.11.1,<1.14
# Install the example mentioned in DESCR.
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/hs-QuickAnnotate
${INSTALL_DATA} ${WRKSRC}/Examples/* \
${PREFIX}/share/examples/hs-QuickAnnotate
.include <bsd.port.mk>