# $NetBSD: Makefile.common,v 1.30 2024/03/18 18:56:40 schmonz Exp $ # used by textproc/highlight/Makefile # used by textproc/libhighlight/Makefile # used by textproc/p5-highlight/Makefile DISTNAME= highlight-${VERSION} VERSION= 4.11 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= schmonz@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++ FORCE_CXX_STD= c++17 USE_CXX_FEATURES= c++17 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"