pkgsrc-wip/undo-tree/Makefile
Aleksej Saushev 1422d7606a Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 17:41:39 +00:00

27 lines
777 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/07 17:41:40 asau Exp $
#
DISTNAME= undo-tree
PKGNAME= ${DISTNAME}-0.3
CATEGORIES= editors
MASTER_SITES= http://www.dr-qubit.org/${DISTNAME}/
EXTRACT_SUFX= .el
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://www.emacswiki.org/emacs/UndoTree
COMMENT= Treat Emacs undo history as a tree
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
MESSAGE_SUBST+= LISPDIR=${EMACS_LISPPREFIX:Q}
do-build:
cd ${WRKSRC} && ${EMACS_BIN} -batch -f batch-byte-compile ${DISTNAME}.el
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.el ${DESTDIR}${EMACS_LISPPREFIX}
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.elc ${DESTDIR}${EMACS_LISPPREFIX}
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"