pkgsrc/textproc/libhighlight/Makefile.common
schmonz 3cf59acdeb Update to 3.55. From the changelog:
- improved handling of empty files in xterm256 and truecolor output
  (https://gitlab.com/saalen/highlight/issues/147)
- added EncodingHint attributes to filetypes.conf and language definitions
  (https://gitlab.com/saalen/highlight/issues/141)
- CLI: allowed file paths as --theme and --syntax arguments
  (https://gitlab.com/saalen/highlight/issues/145)
- GUI: removed deprecated QTime API call
2020-02-12 03:10:48 +00:00

37 lines
1.2 KiB
Text

# $NetBSD: Makefile.common,v 1.13 2020/02/12 03:10:48 schmonz Exp $
# used by textproc/highlight/Makefile
# used by textproc/libhighlight/Makefile
# used by textproc/p5-highlight/Makefile
DISTNAME= highlight-${VERSION}
VERSION= 3.55
CATEGORIES= textproc
MASTER_SITES= http://www.andre-simon.de/zip/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.andre-simon.de/
COMMENT= Converts source code to formatted text with syntax highlighting
LICENSE= gnu-gpl-v3
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++11
USE_LIBTOOL= yes
MAKE_FILE= makefile
PATCHDIR= ${.CURDIR}/../../textproc/libhighlight/patches
DISTINFO_FILE= ${.CURDIR}/../../textproc/libhighlight/distinfo
DESCR_SRC= ${.CURDIR}/../../textproc/libhighlight/DESCR
PKG_SYSCONFSUBDIR= highlight
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= do-configure
SUBST_FILES.paths= src/core/datadir.cpp src/makefile
SUBST_SED.paths= -e 's,/etc/highlight,${PKG_SYSCONFDIR},g'
SUBST_SED.paths+= -e 's,/usr/share,${PREFIX}/share,g'
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../lang/lua/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"