opnsense-ports/devel/cscope/Makefile
Franco Fichtner 5741aed66c */*: sync with upstream
Taken from: HardenedBSD
2019-06-03 03:57:40 +02:00

29 lines
618 B
Makefile

# Created by: Castor Fu
# $FreeBSD$
PORTNAME= cscope
PORTVERSION= 15.8b
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= johans@FreeBSD.org
COMMENT= Interactive C program browser
LICENSE= BSD3CLAUSE
USES= ncurses
OPTIONS_DEFINE= XCSCOPE
OPTIONS_SUB= yes
XCSCOPE_DESC= Install Emacs package
GNU_CONFIGURE= yes
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/contrib/xcscope/cscope-indexer ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
${INSTALL_DATA} ${WRKSRC}/contrib/xcscope/xcscope.el ${STAGEDIR}${EMACSLISPDIR}
.include <bsd.port.mk>