2003-01-12 02:57:04 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2003/01/12 01:57:04 uebayasi Exp $
|
2001-06-08 22:50:11 +02:00
|
|
|
#
|
|
|
|
|
2003-01-11 09:51:09 +01:00
|
|
|
DISTNAME= speedbar-0.14beta4
|
|
|
|
PKGNAME= speedbar-0.14rc4
|
2001-06-08 22:50:11 +02:00
|
|
|
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
|
|
|
|
|
2003-01-11 09:51:09 +01:00
|
|
|
.include "../../mk/emacs.mk"
|
2001-06-08 22:50:11 +02:00
|
|
|
|
|
|
|
BUILD_ENV+= EMACS=${EMACS}
|
|
|
|
|
|
|
|
NO_CONFIGURE= # set
|
|
|
|
USE_GMAKE= # set
|
|
|
|
|
|
|
|
INFO_FILES= speedbar.info
|
|
|
|
|
|
|
|
SRCS= speedbar.el dframe.el
|
2003-01-11 09:51:09 +01:00
|
|
|
# XXX cd ${WRKSRC}; ${MAKE} -V opt_IMAGES
|
|
|
|
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 sb-obj.xpm sb-chk.xpm sb-objod.xpm \
|
|
|
|
sb-label.xpm sb-ro.xpm sb-doc.xpm sb-info.xpm sb-doc-plus.xpm \
|
|
|
|
sb-doc-minus.xpm sb-box.xpm sb-box-plus.xpm sb-box-minus.xpm
|
2001-06-08 22:50:11 +02:00
|
|
|
|
|
|
|
do-install:
|
2003-01-12 02:57:04 +01:00
|
|
|
${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/speedbar
|
2001-06-08 22:50:11 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS:.el=.elc} \
|
2003-01-12 02:57:04 +01:00
|
|
|
${EMACS_LISPPREFIX}/speedbar
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${IMAGES} ${EMACS_LISPPREFIX}/speedbar
|
2001-06-08 22:50:11 +02:00
|
|
|
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"
|