opnsense-ports/devel/ctags/Makefile

21 lines
367 B
Makefile

# Created by: jkoshy
# $FreeBSD$
PORTNAME= ctags
PORTVERSION= 5.8
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= zeising@FreeBSD.org
COMMENT= Feature-filled tagfile generator for vi and emacs clones
USE_HARDENING= safestack
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-macro-patterns --with-readlib
USES= desthack
SUB_FILES+= pkg-message
.include <bsd.port.mk>