openbsd-ports/devel/cscope/Makefile
benoit 8402ab39ca - update cscope to 15.8a
- remove USE_GROFF

ok tobiasu@
2013-01-04 09:28:30 +00:00

31 lines
724 B
Makefile

# $OpenBSD: Makefile,v 1.16 2013/01/04 09:28:30 benoit Exp $
COMMENT= code browsing program
DISTNAME= cscope-15.8a
CATEGORIES= devel
HOMEPAGE= http://cscope.sourceforge.net/
MAINTAINER= Benoit Lecocq <benoit@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cscope/}
CONFIGURE_STYLE= gnu
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
.include <bsd.port.mk>