Ticket #39651: Portfile.2

File Portfile.2, 1.3 KB (added by Raimondi (Israel Chauca Fuentes), 11 years ago)

Use text category.

Line 
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
4PortSystem            1.0
5
6name                  rhyme
7version               0.9
8categories            text spelling
9platforms             darwin
10license               GPL-2
11maintainers           gmail.com:israelchauca
12description           Rhyming dictionary.
13long_description      Command-line program that takes a word and returns to you \
14                      a formatted list of all words that rhyme with it.
15homepage              http://rhyme.sourceforge.net/
16master_sites          sourceforge:project/rhyme/rhyme/${version}
17checksums             rmd160 5049ee3f2ad6d56d03fd28a7399129213f4ca808 \
18                      sha256 11d4862cc3adfc18ea83ca233854c562fcebdc838fa7fb62de6ef3f63f992bd4
19
20depends_lib           port:gdbm
21
22patchfiles            patch-Makefile.diff
23
24use_configure         no
25
26build.env-append      FLAGS="${configure.cflags} [get_canonical_archflags]"
27
28build.args-append     -j1 \
29                      PREFIX=${prefix}   \
30                      CC=${configure.cc}
31
32destroot.args-append  DESTDIR=${destroot} \
33                      PREFIX=${prefix}
34
35livecheck.type        regex
36livecheck.url         http://sourceforge.net/projects/$name/files/$name/
37livecheck.regex       /${name}/(\[0-9.\]+)/