# $Id: Portfile 128 2009-06-06 14:22:09Z kimuraw $

PortSystem			1.0
name				howm
version				1.3.5
categories			editors textproc
maintainers			majuterus@gmail.com
description			howm: Write fragmentarily and read collectively
long_description	\
	Howm is a note-taking tool on Emacs. It is similar to emacs-wiki\; \
	you can	enjoy hyperlinks and full-text search easily. It is not \
	similar to emacs-wiki\; it can be combined with any format.

platforms 			darwin
homepage			http://howm.sourceforge.jp
master_sites		http://howm.sourceforge.jp/a

checksums			md5 61b2b6e6dfd1105b39b7ea94ab91188a

#distname			${name}-test
#worksrcdir			${distname}${version}

# We want emacs from DP since this will install stuff in emacs'
# site-lisp and we want it to go into ${prefix}'s site-lisp.
depends_lib			path:${prefix}/bin/emacs:emacs 

configure.args 		--with-docdir=${prefix}/share/doc/${name}
