2007-09-16 02:52:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2007/09/16 02:52:58 merdely Exp $
|
2001-05-06 00:12:42 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= code browsing program
|
2000-11-18 13:49:19 +00:00
|
|
|
|
2007-02-14 17:59:33 +00:00
|
|
|
DISTNAME= cscope-15.6
|
2000-11-18 13:49:19 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://cscope.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Matthew Kolb <muk@msu.edu>
|
|
|
|
|
2001-10-07 15:18:36 +00:00
|
|
|
# BSD
|
2000-11-18 13:49:19 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-23 11:22:00 +00:00
|
|
|
WANTLIB= c ncurses
|
2000-11-18 13:49:19 +00:00
|
|
|
|
2002-05-13 18:50:36 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cscope/}
|
2000-11-18 13:49:19 +00:00
|
|
|
|
2003-03-06 04:30:25 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-11-18 13:49:19 +00:00
|
|
|
|
2004-02-12 18:47:26 +00:00
|
|
|
post-install:
|
|
|
|
cd ${WRKSRC}; ${INSTALL_SCRIPT} contrib/xcscope/cscope-indexer \
|
|
|
|
${PREFIX}/bin/cscope-indexer
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
|
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} contrib/xcscope/xcscope.el \
|
|
|
|
${PREFIX}/share/emacs/site-lisp
|
|
|
|
|
2000-11-18 13:49:19 +00:00
|
|
|
.include <bsd.port.mk>
|