mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
dc08613aa9
- 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
18 lines
349 B
Makefile
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>
|