1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/cscope/Makefile

23 lines
458 B
Makefile
Raw Normal View History

# ex:ts=8
# ports collection makefile for: cscope
# Date created: 1998-11-21
# Whom: Castor Fu
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
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>