freebsd-ports/devel/cscope/Makefile

23 lines
452 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 01:57:29 -04:00
# $FreeBSD$
#
2000-04-11 17:30:15 -04:00
PORTNAME= cscope
2000-11-23 05:50:09 -05:00
PORTVERSION= 15.1
2000-12-31 10:42:36 -05:00
PORTREVISION= 1
CATEGORIES= devel
2000-11-23 05:50:09 -05:00
#MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/cscope/ \
MASTER_SITES= http://download.sourceforge.net/cscope/
2000-12-28 20:18:37 -05:00
MAINTAINER= ports@FreeBSD.org
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
MAN1= cscope.1
.include <bsd.port.mk>