summaryrefslogtreecommitdiff
path: root/lang/haskell-mode.el/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-25 17:50:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-25 17:50:07 +0000
commite9ac3a4ce28965e27651358d03b06b94203bd7d2 (patch)
tree99a1d9191935c0dfc4162d3588ee073c2789d28f /lang/haskell-mode.el/Makefile
parentPass maintainership to emulation. (diff)
- Update to 2.1
- Drop maintainership PR: ports/91934 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: Josh Elsasser <joshe@vineyard.net> (maintainer)
Notes
Notes: svn path=/head/; revision=154441
Diffstat (limited to 'lang/haskell-mode.el/Makefile')
-rw-r--r--lang/haskell-mode.el/Makefile20
1 files changed, 16 insertions, 4 deletions
diff --git a/lang/haskell-mode.el/Makefile b/lang/haskell-mode.el/Makefile
index 64c701627089..58811a51810b 100644
--- a/lang/haskell-mode.el/Makefile
+++ b/lang/haskell-mode.el/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= haskell-mode
-PORTVERSION= 1.44
+PORTVERSION= 2.1
CATEGORIES= lang elisp
-MASTER_SITES= http://www.haskell.org/haskell-mode/
+MASTER_SITES= http://www.iro.umontreal.ca/~monnier/elisp/
-MAINTAINER= jre@vineyard.net
+MAINTAINER= ports@FreeBSD.org
COMMENT= An Emacs lisp mode for editing haskell programs
NO_BUILD= yes
@@ -18,11 +18,17 @@ NO_BUILD= yes
ELISPDIR= ${PREFIX}/${PLIST_DIRS}
ELISPFILES= haskell-decl-scan.el haskell-doc.el haskell-font-lock.el \
haskell-ghci.el haskell-hugs.el haskell-indent.el \
- haskell-mode.el haskell-simple-indent.el
+ haskell-mode.el haskell-simple-indent.el haskell-site-file.el \
+ inf-haskell.el
PLIST_DIRS= share/emacs/site-lisp/${PORTNAME}/
PLIST_FILES= ${ELISPFILES:C/^| [^ ]/${PLIST_DIRS}/g}
+.if !defined(NOPORTDOCS)
+PORTDOCS= ChangeLog NEWS fontlock.hs indent.hs \
+ index.html installation-guide.html
+.endif
+
do-install:
${MKDIR} ${ELISPDIR}
.for i in ${ELISPFILES}
@@ -30,6 +36,12 @@ do-install:
.endfor
post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+. for i in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+. endfor
+.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>