summaryrefslogblamecommitdiff
path: root/devel/ctags/Makefile
blob: 77e85a2d53ddf02d23f1b1d0f0e67f0d91f802e3 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                              
           

 
                           
                     

                                                         
                                                     
 
                                  

                   
                                                       
 




                                                                     

                      
# New ports collection makefile for:   exctags
# Version required:    3.2.2
# Date created:        4 June 1996
# Whom:                jkoshy
#
# $FreeBSD$
#

DISTNAME=	ctags-3.3.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 --disable-etags

MAN1=		exctags.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ctags ${PREFIX}/bin/exctags
	${INSTALL_MAN} ${WRKSRC}/ctags.1 ${PREFIX}/man/man1/exctags.1

.include <bsd.port.mk>