2013-04-06 22:27:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:20 rodent Exp $
|
2001-06-08 22:50:11 +02:00
|
|
|
#
|
|
|
|
|
2003-01-11 09:51:09 +01:00
|
|
|
DISTNAME= speedbar-0.14beta4
|
2005-08-28 06:25:28 +02:00
|
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}speedbar-0.14rc4
|
2013-02-17 20:17:55 +01:00
|
|
|
PKGREVISION= 4
|
2001-06-08 22:50:11 +02:00
|
|
|
CATEGORIES= editors devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cedet/}
|
|
|
|
|
2007-07-05 20:20:07 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2001-06-08 22:50:11 +02:00
|
|
|
HOMEPAGE= http://cedet.sourceforge.net/speedbar.shtml
|
|
|
|
COMMENT= Directory and code browser for emacs
|
|
|
|
|
2008-10-11 11:31:54 +02:00
|
|
|
.include "../../editors/emacs/modules.mk"
|
2001-06-08 22:50:11 +02:00
|
|
|
|
2006-07-21 16:27:56 +02:00
|
|
|
PKGSRC_MAKE_ENV+= EMACS=${EMACS}
|
2001-06-08 22:50:11 +02:00
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
NO_CONFIGURE= yes
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2013-04-06 22:27:16 +02:00
|
|
|
INFO_FILES= yes
|
2001-06-08 22:50:11 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
2006-03-20 05:59:08 +01:00
|
|
|
INSTALLATION_DIRS= ${EMACS_INFOPREFIX}
|
2005-06-16 08:57:37 +02:00
|
|
|
|
2001-06-08 22:50:11 +02:00
|
|
|
do-install:
|
2008-03-03 19:25:52 +01:00
|
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}/speedbar
|
2001-06-08 22:50:11 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS:.el=.elc} \
|
2008-03-03 19:25:52 +01:00
|
|
|
${DESTDIR}${EMACS_LISPPREFIX}/speedbar
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${IMAGES} \
|
|
|
|
${DESTDIR}${EMACS_LISPPREFIX}/speedbar
|
2006-03-20 05:59:08 +01:00
|
|
|
cd ${WRKSRC}; for file in *.info *.info-[0-9]*; do \
|
|
|
|
${TEST} ! -f "$$file" || \
|
2008-03-03 19:25:52 +01:00
|
|
|
${INSTALL_DATA} "$$file" ${DESTDIR}${EMACS_INFOPREFIX}; \
|
2006-03-20 05:59:08 +01:00
|
|
|
done
|
2001-06-08 22:50:11 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|