1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/cscope/Makefile
David E. O'Brien 71cd6682c1 Upgrade to version 15.0 pre-alpha buildlevel 2.
This is now open sourced under a BSD license.
2000-05-16 04:00:55 +00:00

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>