summaryrefslogtreecommitdiff
path: root/editors/speedbar/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-11 08:51:09 +0000
committeruebayasi <uebayasi>2003-01-11 08:51:09 +0000
commit14edc649872673fc8213658e688b8aaf845efa1f (patch)
tree02d28f07c14afe2ba74a7d50f7803c2403deb229 /editors/speedbar/Makefile
parenta8dd741195b22605803db1e2f8d111434be14caa (diff)
downloadpkgsrc-14edc649872673fc8213658e688b8aaf845efa1f.tar.gz
Update speedbar to 0.14beta4. Changes are unknown.
Convert to use emacs.mk.
Diffstat (limited to 'editors/speedbar/Makefile')
-rw-r--r--editors/speedbar/Makefile29
1 files changed, 11 insertions, 18 deletions
diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile
index 7f83732aa68..0b41ac4e9a8 100644
--- a/editors/speedbar/Makefile
+++ b/editors/speedbar/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2002/02/18 15:14:17 seb Exp $
+# $NetBSD: Makefile,v 1.5 2003/01/11 08:51:09 uebayasi Exp $
#
-DISTNAME= speedbar-0.13a
+DISTNAME= speedbar-0.14beta4
+PKGNAME= speedbar-0.14rc4
CATEGORIES= editors devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cedet/}
@@ -9,20 +10,9 @@ 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)
-DEPENDS+= xemacs-[0-9]*:../../editors/xemacs
-EMACS= xemacs
-LISPDIR= lib/xemacs/xemacs-packages/lisp/speedbar
-.else
-DEPENDS+= emacs-[0-9]*:../../editors/emacs
-EMACS= emacs
-LISPDIR= share/emacs/site-lisp/speedbar
-.endif
+.include "../../mk/emacs.mk"
BUILD_ENV+= EMACS=${EMACS}
-PLIST_SUBST+= LISPDIR=${LISPDIR}
NO_CONFIGURE= # set
USE_GMAKE= # set
@@ -30,10 +20,13 @@ 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
+# 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
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/${LISPDIR}