pkgsrc-wip/tuareg-mode/Makefile
Thomas Klausner ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00

23 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/11/02 18:00:31 thomasklausner Exp $
DISTNAME= tuareg-mode-1.45.0
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
CATEGORIES= devel editors
MASTER_SITES= http://www-rocq.inria.fr/~acohen/tuareg/mode/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://www-rocq.inria.fr/~acohen/tuareg/
COMMENT= GNU Emacs/XEmacs major mode for editing Caml and OCaml programs
NO_BUILD= yes
SRCS= camldebug.el sym-lock.el tuareg.el
do-install:
${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/
cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS} \
${EMACS_LISPPREFIX}/
.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"