mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
a05c7f3106
(Notes: request of ports@ http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html ) Submitted by: Conrad J. Sabatier <conrads at cox.net>
25 lines
417 B
Makefile
25 lines
417 B
Makefile
# ex:ts=8
|
|
# ports collection makefile for: cscope
|
|
# Date created: 1998-11-21
|
|
# Whom: Castor Fu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cscope
|
|
PORTVERSION= 15.6
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= conrads@cox.net
|
|
COMMENT= An interactive C program browser
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-yacc
|
|
|
|
MAN1= cscope.1
|
|
|
|
.include <bsd.port.mk>
|