mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
- Adopt port
- Simplify logic handling optional files
This commit is contained in:
parent
7b79b2be0c
commit
0c828804ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374542
@ -6,12 +6,13 @@ PORTVERSION= 15.8a
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Interactive C program browser
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
OPTIONS_DEFINE= XCSCOPE
|
||||
OPTIONS_SUB= yes
|
||||
XCSCOPE_DESC= Install (X)Emacs package
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
@ -19,18 +20,11 @@ GNU_CONFIGURE= yes
|
||||
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
|
||||
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MXCSCOPE}
|
||||
PLIST_SUB+= XCSCOPE=""
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/contrib/xcscope/cscope-indexer ${STAGEDIR}${PREFIX}/bin
|
||||
${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/xcscope/xcscope.el ${STAGEDIR}${EMACSLISPDIR}
|
||||
${MKDIR} ${STAGEDIR}${XEMACSLISPDIR}
|
||||
${LN} -sf ${EMACSLISPDIR}/xcscope.el ${STAGEDIR}${XEMACSLISPDIR}
|
||||
.else
|
||||
PLIST_SUB+= XCSCOPE="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user