Ticket #40496: Portfile

File Portfile, 1009 bytes (added by xnando@…, 11 years ago)

dcl Portfile

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                dcl
6version             0.1
7categories          sysutils
8platforms           darwin linux
9license             GPL-2+
10revision            1
11maintainers         gmail.com:fernando.iazeolla
12description         D-cleaner -- Disk && Directory Cleaner
13long_description    given a path **dcl** will clean this directory, and \
14                    eventually subdirs, from a customazible list of files, \
15                    and eventually unmount or eject the volume.
16                   
17homepage            http://github.com/elboza/dcl
18master_sites        http://www.autistici.org/0xFE/software/releases/dcl
19
20checksums           md5    2dc4ee1f86c683508800df686b1f6cdc \
21                    sha1    0e48c7e2ea652f9ebe54b1a0fafba56d7b13ee39 \
22                    rmd160  cd293553eac6d87d1705dc7f3c9682e5387d4051
23
24worksrcdir          ${name}
25use_configure       no
26
27build {}
28
29destroot {
30    xinstall -m 755 ${worksrcpath}/dcl.pl ${destroot}${prefix}/bin/dcl
31}
32
33