mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
18 lines
361 B
Makefile
18 lines
361 B
Makefile
PORTNAME= cscope
|
|
DISTVERSION= 15.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
|
|
|
|
MAINTAINER= moritz@schmi.tt
|
|
COMMENT= Interactive C source code browser
|
|
WWW= https://cscope.sourceforge.net/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cpe ncurses
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|