Modified MacPorts Portfile:

+ depend on haddock
+ build and install libraries and library documentation
  in addition to the executable


git-svn-id: https://pandoc.googlecode.com/svn/trunk@968 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-08-30 23:28:22 +00:00
parent dcb1dd1ee4
commit 1f9e61b95d

View file

@ -17,8 +17,10 @@ homepage http://sophos.berkeley.edu/pandoc/
platforms darwin
master_sites http://pandoc.googlecode.com/files/
checksums md5 @TARBALLMD5SUM@
depends_build port:ghc
depends_build port:ghc port:haddock
depends_lib port:gmp
use_configure no
build.args PREFIX=${prefix}
build.target build-all
destroot.target install-all