2006-08-02 18:21:30 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2006/08/02 16:21:30 dhowland Exp $
|
2005-11-06 00:28:40 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= highlight-2.4.3
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.andre-simon.de/zip/
|
|
|
|
|
|
|
|
MAINTAINER= dhowland@users.sourceforge.net
|
|
|
|
HOMEPAGE= http://www.andre-simon.de/
|
|
|
|
COMMENT= Converts source code to formatted text with syntax highlighting
|
|
|
|
|
2005-11-08 22:17:32 +01:00
|
|
|
USE_TOOLS+= gmake
|
|
|
|
USE_LANGUAGES= c++
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2005-11-06 00:28:40 +01:00
|
|
|
MAKEFILE= makefile
|
|
|
|
|
2005-11-08 22:17:32 +01:00
|
|
|
PKG_SYSCONFSUBDIR= highlight
|
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/highlight
|
|
|
|
CONF_FILES= ${EGDIR}/extensions.conf \
|
|
|
|
${PKG_SYSCONFDIR}/extensions.conf \
|
|
|
|
${EGDIR}/scriptre.conf \
|
2005-11-08 22:38:53 +01:00
|
|
|
${PKG_SYSCONFDIR}/scriptre.conf
|
2005-11-06 00:28:40 +01:00
|
|
|
|
|
|
|
SUBST_CLASSES+= etc
|
2006-01-17 11:20:45 +01:00
|
|
|
SUBST_MESSAGE.etc= Fixing hardcoded paths.
|
2005-11-06 00:28:40 +01:00
|
|
|
SUBST_STAGE.etc= post-patch
|
|
|
|
SUBST_FILES.etc= highlight/datadir.cpp
|
2005-11-08 22:17:32 +01:00
|
|
|
SUBST_SED.etc= -e 's,/etc/highlight,${PKG_SYSCONFDIR},g'
|
2005-11-06 00:28:40 +01:00
|
|
|
|
2005-11-08 22:17:32 +01:00
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
2005-11-06 00:28:40 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|