summaryrefslogtreecommitdiff
path: root/textproc/highlight/Makefile
blob: d313043c02e00d5d1b7b9de2ddc45ca965c7d58d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.9 2014/08/18 01:21:49 schmonz Exp $

.include "../../textproc/highlight/Makefile.common"

MANCOMPRESSED=		yes

BUILD_TARGET=		cli

EGDIR=			${PREFIX}/share/examples/highlight
CONF_FILES=		${EGDIR}/filetypes.conf			\
			${PKG_SYSCONFDIR}/filetypes.conf

.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"