2015-04-11 12:09:25 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2015/04/11 12:09:25 benoit Exp $
|
2001-05-06 00:12:42 +00:00
|
|
|
|
2015-04-11 12:09:25 +00:00
|
|
|
COMMENT = code browsing program
|
2000-11-18 13:49:19 +00:00
|
|
|
|
2015-04-11 12:09:25 +00:00
|
|
|
DISTNAME = cscope-15.8b
|
|
|
|
CATEGORIES = devel
|
2000-11-18 13:49:19 +00:00
|
|
|
|
2015-04-11 12:09:25 +00:00
|
|
|
HOMEPAGE = http://cscope.sourceforge.net/
|
2000-11-18 13:49:19 +00:00
|
|
|
|
2015-04-11 12:09:25 +00:00
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
2000-11-18 13:49:19 +00:00
|
|
|
|
2001-10-07 15:18:36 +00:00
|
|
|
# BSD
|
2015-04-11 12:09:25 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
2000-11-18 13:49:19 +00:00
|
|
|
|
2015-04-11 12:09:25 +00:00
|
|
|
WANTLIB = c ncurses
|
2000-11-18 13:49:19 +00:00
|
|
|
|
2015-04-11 12:09:25 +00:00
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cscope/}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
2000-11-18 13:49:19 +00:00
|
|
|
|
2004-02-12 18:47:26 +00:00
|
|
|
post-install:
|
2009-05-26 15:44:54 +00:00
|
|
|
@cd ${WRKSRC}; ${INSTALL_SCRIPT} contrib/xcscope/cscope-indexer \
|
2004-02-12 18:47:26 +00:00
|
|
|
${PREFIX}/bin/cscope-indexer
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
|
2009-05-26 15:44:54 +00:00
|
|
|
@cd ${WRKSRC}; ${INSTALL_DATA} contrib/xcscope/xcscope.el \
|
2004-02-12 18:47:26 +00:00
|
|
|
${PREFIX}/share/emacs/site-lisp
|
|
|
|
|
2000-11-18 13:49:19 +00:00
|
|
|
.include <bsd.port.mk>
|