- Update texmath to 0.8.0.1 - Update highlighting-kate to 0.5.11.1 - Bump port revision for dependents Obtained from: FreeBSD Haskell
22 lines
487 B
Makefile
22 lines
487 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= highlighting-kate
|
|
PORTVERSION= 0.5.11.1
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Syntax highlighting
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_CABAL= blaze-html>=0.4.2 mtl parsec \
|
|
regex-pcre-builtin>=0.94.4.8.8.35 utf8-string
|
|
|
|
FLAGS_DEFINE= EXECUTABLE
|
|
|
|
EXECUTABLE_DESC= Build the Highlight executable
|
|
EXECUTABLE_FLAG_ENABLE= executable
|
|
EXECUTABLE_FLAG_EXECUTABLE= Highlight
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|