mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
71cd6682c1
This is now open sourced under a BSD license.
23 lines
453 B
Makefile
23 lines
453 B
Makefile
# ex:ts=8
|
|
# ports collection makefile for: cscope
|
|
# Date created: 1998-11-21
|
|
# Whom: Castor Fu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cscope
|
|
PORTVERSION= 15.0.bl2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/cscope/ \
|
|
http://download.sourceforge.net/cscope/
|
|
DISTNAME= ${PORTNAME}-15.0bl2
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
|
GNU_CONFIGURE= yes
|
|
MAN1= cscope.1
|
|
|
|
.include <bsd.port.mk>
|