1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name portitude |
---|
7 | version 0.1 |
---|
8 | categories sysutils macports |
---|
9 | platforms darwin |
---|
10 | license GPL-2+ |
---|
11 | maintainers patoline.org:pe openmaintainer |
---|
12 | |
---|
13 | description portitude eases the process of adding new repositories to\ |
---|
14 | macports. See http://${name}.patoline.org for more details. |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | homepage http://${name}.patoline.org |
---|
19 | master_sites http://${name}.patoline.org/darcs |
---|
20 | |
---|
21 | checksums rmd160 681d6c35599e6c4498f72e522d3a138813eee290 \ |
---|
22 | sha256 236257d02cf4200defeed43793915da5bff7eefb4bd233f5efd8a60e5d47b212 |
---|
23 | |
---|
24 | #depends_build port:ghc |
---|
25 | use_configure no |
---|
26 | |
---|
27 | destroot.args BINDIR=${prefix}/bin |
---|