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 | |
---|
3 | # Subversion |
---|
4 | # $Id$ |
---|
5 | # $Revision$ |
---|
6 | # $HeadURL$ |
---|
7 | # $Date$ |
---|
8 | |
---|
9 | PortSystem 1.0 |
---|
10 | |
---|
11 | name roll |
---|
12 | version 1.1.3 |
---|
13 | revision 0 |
---|
14 | categories games |
---|
15 | maintainers matteo.corti@gmail.com |
---|
16 | description Dice roller |
---|
17 | long_description rolls a user-defined dice sequence |
---|
18 | homepage http://matteocorti.ch/software/roll/ |
---|
19 | platforms darwin |
---|
20 | master_sites http://matteocorti.ch/software/roll/ |
---|
21 | |
---|
22 | checksums md5 b7b9bcbb403a14d45a3201f9a161b540 \ |
---|
23 | sha1 d6de8e77731a4fb89a5dfe82293eb951705da05a \ |
---|
24 | rmd160 7e6144587d9ace1deab74a95815eeb04e6a43356 |
---|
25 | |
---|
26 | use_parallel_build yes |
---|
27 | |
---|
28 | depends_build bin:lex:flex \ |
---|
29 | bin:bison:bison |
---|