freebsd-ports/devel/cscope/Makefile

22 lines
437 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 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= cscope
2000-11-23 11:50:09 +01:00
PORTVERSION= 15.1
CATEGORIES= devel
2000-11-23 11:50:09 +01:00
#MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/cscope/ \
MASTER_SITES= http://download.sourceforge.net/cscope/
MAINTAINER= obrien@FreeBSD.org
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
MAN1= cscope.1
.include <bsd.port.mk>