2002-02-18 16:14:00 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2002/02/18 15:14:17 seb Exp $
|
2001-06-08 22:50:11 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= speedbar-0.13a
|
|
|
|
CATEGORIES= editors devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cedet/}
|
|
|
|
|
|
|
|
MAINTAINER= cjones@netbsd.org
|
|
|
|
HOMEPAGE= http://cedet.sourceforge.net/speedbar.shtml
|
|
|
|
COMMENT= Directory and code browser for emacs
|
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if defined(USE_XEMACS)
|
2001-09-28 01:17:41 +02:00
|
|
|
DEPENDS+= xemacs-[0-9]*:../../editors/xemacs
|
2001-06-08 22:50:11 +02:00
|
|
|
EMACS= xemacs
|
|
|
|
LISPDIR= lib/xemacs/xemacs-packages/lisp/speedbar
|
|
|
|
.else
|
2001-09-28 01:17:41 +02:00
|
|
|
DEPENDS+= emacs-[0-9]*:../../editors/emacs
|
2001-06-08 22:50:11 +02:00
|
|
|
EMACS= emacs
|
|
|
|
LISPDIR= share/emacs/site-lisp/speedbar
|
|
|
|
.endif
|
|
|
|
|
|
|
|
BUILD_ENV+= EMACS=${EMACS}
|
|
|
|
PLIST_SUBST+= LISPDIR=${LISPDIR}
|
|
|
|
|
|
|
|
NO_CONFIGURE= # set
|
|
|
|
USE_GMAKE= # set
|
|
|
|
|
|
|
|
INFO_FILES= speedbar.info
|
|
|
|
|
|
|
|
SRCS= speedbar.el dframe.el
|
|
|
|
IMAGES= sb-dir-plus.xpm sb-dir-minus.xpm sb-dir.xpm sb-pg-plus.xpm \
|
|
|
|
sb-pg-minus.xpm sb-pg.xpm sb-mail.xpm sb-tag-plus.xpm \
|
|
|
|
sb-tag-minus.xpm sb-tag.xpm sb-tag-gt.xpm sb-tag-v.xpm \
|
|
|
|
sb-tag-type.xpm sb-image.el
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/${LISPDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS:.el=.elc} \
|
|
|
|
${PREFIX}/${LISPDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${IMAGES} ${PREFIX}/${LISPDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${INFO_FILES} ${PREFIX}/info
|
|
|
|
|
2002-02-18 16:14:00 +01:00
|
|
|
.include "../../mk/texinfo.mk"
|
2001-06-08 22:50:11 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|