# ex:ts=8 # ports collection makefile for: cscope # Date created: 1998-11-21 # Whom: Castor Fu # # $FreeBSD$ # PORTNAME= cscope PORTVERSION= 15.7a CATEGORIES= devel MASTER_SITES= SF MAINTAINER= gahr@FreeBSD.org COMMENT= An interactive C program browser OPTIONS= XCSCOPE "Install (X)Emacs package" off USE_BZIP2= yes GNU_CONFIGURE= yes EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp .include .if defined(WITH_XCSCOPE) PLIST_SUB+= XCSCOPE="" .else PLIST_SUB+= XCSCOPE="@comment " .endif MAN1= cscope.1 .if defined(WITH_XCSCOPE) post-install: ${INSTALL_SCRIPT} ${WRKSRC}/contrib/xcscope/cscope-indexer ${PREFIX}/bin ${MKDIR} ${EMACSLISPDIR} ${INSTALL_DATA} ${WRKSRC}/contrib/xcscope/xcscope.el ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} ${LN} -sf ${EMACSLISPDIR}/xcscope.el ${XEMACSLISPDIR} .endif .include >
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove NO_STAGE as these have been tested to be safebdrewery2013-09-251-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - remove MD5ohauer2011-07-031-1/+0
* - Update to 1.0.11miwi2010-01-282-4/+4
* - Update to 1.0.10miwi2009-09-052-4/+4