2007-02-14 12:59:33 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2007/02/14 17:59:33 bernd Exp $
|
2001-05-05 20:12:42 -04:00
|
|
|
|
2001-06-04 07:52:10 -04:00
|
|
|
COMMENT= "code browsing program"
|
2000-11-18 08:49:19 -05:00
|
|
|
|
2007-02-14 12:59:33 -05:00
|
|
|
DISTNAME= cscope-15.6
|
2000-11-18 08:49:19 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://cscope.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Matthew Kolb <muk@msu.edu>
|
|
|
|
|
2001-10-07 11:18:36 -04:00
|
|
|
# BSD
|
2000-11-18 08:49:19 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-23 06:22:00 -05:00
|
|
|
WANTLIB= c ncurses
|
2000-11-18 08:49:19 -05:00
|
|
|
|
2002-05-13 14:50:36 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cscope/}
|
2000-11-18 08:49:19 -05:00
|
|
|
|
2003-03-05 23:30:25 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-11-18 08:49:19 -05:00
|
|
|
|
2004-02-12 13:47:26 -05: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 08:49:19 -05:00
|
|
|
.include <bsd.port.mk>
|