Ticket #11162: Portfile

File Portfile, 777 bytes (added by kobold@…, 17 years ago)

Portfile for nuweb-1.0b1

Line 
1# $Id: $
2PortSystem        1.0
3name              nuweb
4version           1.0b1
5categories        devel tex textproc print
6maintainers       kobold@andrewkish.name
7description       a literate programming system compatible with any language
8long_description  ${description}
9homepage          http://nuweb.sourceforge.net/
10master_sites      sourceforge
11
12distfiles         ${name}${version}.tar
13
14checksums         md5 c54233f068edec1a823e6e41a7e795e3 \
15                  sha1 cf41275a92c0a1b9a8bd6bbb4f7a6bad71fea4a1 \
16                  rmd160 b18571074a45fae43543c5221402d43ead84a682
17
18extract.cmd       cat
19extract.pre_args
20
21use_configure     no
22
23build.dir         ${workpath}
24build.target      nuweb
25
26destroot {
27    xinstall -m 0755 ${build.dir}/nuweb ${destroot}${prefix}/bin
28}