aboutsummaryrefslogtreecommitdiff
path: root/macports/Portfile.in
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-25 16:52:42 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-25 16:52:42 +0000
commit631d3930af0d27fb64d6790be487e9cbddccb17d (patch)
tree3a073cd99f94bca71252398157110a0d7be4318d /macports/Portfile.in
parentcedc181c97c349539434a4149d6b5dce63e58c5f (diff)
downloadpandoc-631d3930af0d27fb64d6790be487e9cbddccb17d.tar.gz
Added macport target to Makefile; Portfile is now built from
a template. git-svn-id: https://pandoc.googlecode.com/svn/trunk@886 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'macports/Portfile.in')
-rw-r--r--macports/Portfile.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/macports/Portfile.in b/macports/Portfile.in
new file mode 100644
index 000000000..23a07f536
--- /dev/null
+++ b/macports/Portfile.in
@@ -0,0 +1,23 @@
+# ID$
+
+PortSystem 1.0
+name pandoc
+version @VERSION@
+categories textproc
+maintainers jgm@berkeley.edu
+description General markup converter
+long_description \
+ Pandoc is a command-line tool for converting from one markup format \
+ to another. It can read markdown and (subsets of) reStructuredText, \
+ HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, \
+ LaTeX, ConTeXt, DocBook, RTF, groff man pages, and S5 HTML slide shows.
+
+homepage http://sophos.berkeley.edu/pandoc/
+platforms darwin
+master_sites http://pandoc.googlecode.com/files/
+checksums md5 @TARBALLMD5SUM@
+depends_lib port:ghc
+
+configure {}
+build.cmd PREFIX=${prefix} make
+