freebsd-ports/devel/cscope/Makefile
Marcus Alves Grando bab2e5b4ff - Add security fix patches
- Bump PORTREVISION

Security:	CVE-2004-2541
Obtained from:	Debian (partially)
2006-05-23 15:00:54 +00:00

24 lines
419 B
Makefile

# ex:ts=8
# ports collection makefile for: cscope
# Date created: 1998-11-21
# Whom: Castor Fu
#
# $FreeBSD$
#
PORTNAME= cscope
PORTVERSION= 15.5
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= An interactive C program browser
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-yacc
MAN1= cscope.1
.include <bsd.port.mk>