freebsd-ports/devel/cscope/Makefile
Pete Fritchman c4ace81200 - update to 15.5
- use CONFIGURE_ARGS+= so the user can specify args on the command line.
2003-10-26 18:31:17 +00:00

23 lines
404 B
Makefile

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