freebsd-ports/devel/cscope/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

16 lines
304 B
Makefile

PORTNAME= cscope
DISTVERSION= 15.9
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
MAINTAINER= moritz@schmi.tt
COMMENT= Interactive C source code browser
WWW= http://cscope.sourceforge.net/
LICENSE= BSD3CLAUSE
USES= cpe ncurses
GNU_CONFIGURE= yes
.include <bsd.port.mk>