pkgsrc/textproc/libhighlight/buildlink3.mk
schmonz 7866527f20 Update to 3.44. From the changelog:
- fixed gcc 8 compilation warnings
- fixed Ruby string interpolation
  (https://github.com/andre-simon/highlight/issues/70)
- added support for ALAN IF (thanks to Tristano Ajmone)
- added 107 Base16 themes [https://github.com/chriskempson/base16]
  (thanks to Tristano Ajmone)
- updated Rust and Java reserved words lists
- revised documentation
- moved extras/css-themes into extras/themes-resources
- added extras/themes-resources/base16 (thanks to Tristano Ajmone)
- GUI: added Base16 theme selection checkbox
- CLI: added --base16 option to enable the new themes
- CLI: accept - as argument to read from stdin
  (https://github.com/andre-simon/highlight/issues/73)
2018-07-23 05:16:43 +00:00

12 lines
355 B
Makefile

# $NetBSD: buildlink3.mk,v 1.3 2018/07/23 05:16:43 schmonz Exp $
BUILDLINK_TREE+= libhighlight
.if !defined(LIBHIGHLIGHT_BUILDLINK3_MK)
LIBHIGHLIGHT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libhighlight+= libhighlight>=3.44
BUILDLINK_PKGSRCDIR.libhighlight?= ../../textproc/libhighlight
.endif # LIBHIGHLIGHT_BUILDLINK3_MK
BUILDLINK_TREE+= -libhighlight