freebsd-ports/devel/cscope/Makefile
David E. O'Brien 61d4edc486 Do not use MASTER_SITE_SOURCEFORGE as it buys us nothing. There are is
only one sourceforge.net distribution machine.  So there is no reason to
override MASTER_SITE_SOURCEFORGE due to a closer (net-wise) mirror.

Using MASTER_SITE_SOURCEFORGE slows me down in checking for updates to
cscope.
2000-06-18 18:47:46 +00:00

23 lines
458 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://download.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>