Ticket #14239: Portfile

File Portfile, 1.1 KB (added by michipili (Michael Grünewald), 16 years ago)
Line 
1# $Id$
2
3PortSystem              1.0
4
5name                    noweb
6version                 2.11b
7categories              devel
8maintainers             michael.grunewald@laposte.net
9description             A Simple, Extensible Tool for Literate Programming
10long_description        Literate programming is the art of preparing programs \
11                        for human readers.\
12                        noweb is designed to meet the needs of literate \
13                        programmers while remaining as simple as possible. \
14                        Its primary advantages are simplicity, extensibility, \
15                        and language-independence---especially noticeable \
16                        when compared with other literate-programming tools.
17homepage                http://www.eecs.harvard.edu/nr/noweb/
18platforms               darwin
19master_sites            http://www.eecs.harvard.edu/nr/noweb/dist/
20distfiles               noweb.tgz
21checksums               md5 1df580723497b2f2efde07646abf764c \
22                        sha1 3b391c42f46dcb8a002b863fb2e483560a7da51d \
23                        rmd160 01e4fbb636dfd0f6d117caa045cf105e49d25fca
24worksrcdir              ${name}-${version}/src 
25patchfiles              patch-Makefile
26
27#
28# Depends
29#
30
31depends_build       port:icon
32depends_run         port:icon
33
34#
35# Operations
36#
37
38configure {}
39
40#pre-destroot {
41#  xinstall -d "${destroot}${prefix}/share/emacs/site-lisp"
42#  xinstall -d "${destroot}${prefix}/libexec/noweb"
43#}
44
45activate {}