mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
9dfbb664c5
Submitted by: nectar
23 lines
361 B
Makefile
23 lines
361 B
Makefile
# ex:ts=8
|
|
# ports collection makefile for: cscope
|
|
# Date created: 1998-11-21
|
|
# Whom: Castor Fu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cscope
|
|
PORTVERSION= 15.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= petef@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-yacc
|
|
|
|
MAN1= cscope.1
|
|
|
|
.include <bsd.port.mk>
|