ports/devel/cscope/Makefile
Muhammad Moinur Rahman 35586ba7fe
devel/cscope: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-23 11:01:31 +01:00

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>