summaryrefslogtreecommitdiff
path: root/devel/ctags/Makefile
blob: 9f729f02c0e628dfb8ae7e81b76e745119315a70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:   exctags
# Version required:    3.2.2
# Date created:        4 June 1996
# Whom:                jkoshy
#
# $FreeBSD$
#

DISTNAME=	ctags-3.2.2
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SUNSITE}\
		http://fly.hiwaay.net/~darren/archives/ \
		http://www.freebsd.org/~jkoshy/PORTS/

MAINTAINER=	jkoshy@FreeBSD.org

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-macro-patterns

MAN1=		ctags.1
MLINKS=		ctags.1 etags.1

.include <bsd.port.mk>