1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/print/hs-hscolour/Makefile
Gabor Pali dc08613aa9 - A couple of fixes for bsd.cabal.mk:
- Retire USE_GHC_NATIVE: it is not needed any more
  - Do not rely on DISTNAME for setting CABAL_LIBSUBDIR: this caused problems
    when using USE_GITHUB
  - Improve integration with print/hs-hscolour

Obtained from:	FreeBSD Haskell
2016-02-19 20:49:11 +00:00

18 lines
349 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= hscolour
PORTVERSION= ${HSCOLOUR_VERSION}
PORTEPOCH= 1
CATEGORIES= print haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Colourise Haskell code
LICENSE= GPLv2
EXECUTABLE= HsColour
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>