1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/cscope/Makefile
OKAZAKI Tetsurou 2d25805e4d - update to 15.3
- clean up Makefile
- take over as maintainer from ports@
- remove files/patch-input.c (it's been merged in)
- remove @comment from pkg-plist

PR:		28708
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-07 05:09:55 +00:00

22 lines
334 B
Makefile

# ex:ts=8
# ports collection makefile for: cscope
# Date created: 1998-11-21
# Whom: Castor Fu
#
# $FreeBSD$
#
PORTNAME= cscope
PORTVERSION= 15.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= petef@databits.net
GNU_CONFIGURE= yes
MAN1= cscope.1
.include <bsd.port.mk>