aboutsummaryrefslogtreecommitdiff
path: root/devel/ctags/Makefile
blob: 15ffa2b3aec4cc721e89dd5ce77e2195ed23251d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	ctags
PORTVERSION=	5.8
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	SF

MAINTAINER=	portmaster@bsdforge.com
COMMENT=	Feature-filled tagfile generator for vi and emacs clones
WWW=		https://ctags.sourceforge.net/

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--enable-macro-patterns --with-readlib
USES=	desthack

SUB_FILES+=	pkg-message

.include <bsd.port.mk>