mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
8cad2d661d
Submitted by: Nick Dixon (nickdixon) Obtained from: Cscope's Sourceforge area, patch #403750
23 lines
398 B
Makefile
23 lines
398 B
Makefile
# ex:ts=8
|
|
# ports collection makefile for: cscope
|
|
# Date created: 1998-11-21
|
|
# Whom: Castor Fu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cscope
|
|
PORTVERSION= 15.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
|
GNU_CONFIGURE= yes
|
|
MAN1= cscope.1
|
|
|
|
.include <bsd.port.mk>
|