Commits
Christopher Chavez authored and Perry E. Metzger committed 842b5b59c59
1 1 | PortSystem 1.0 |
2 2 | |
3 3 | name fxscintilla |
4 4 | version 1.78.0 |
5 5 | revision 0 |
6 6 | description FOX wrapper for the Scintilla source code library |
7 7 | long_description fxscintilla is a FOX wrapper for the Scintilla \ |
8 8 | source code widget library. |
9 9 | maintainers lylejohnson.name:lyle |
10 10 | categories x11 |
11 + | license LGPL-2.1+ |
11 12 | platforms darwin |
12 13 | homepage http://www.nongnu.org/fxscintilla |
13 14 | master_sites http://savannah.nongnu.org/download/fxscintilla/ |
14 15 | checksums md5 22d4134ac76c470c165c6db758ae6b42 |
15 16 | depends_build port:pkgconfig |
16 17 | depends_lib port:fox |
17 18 | configure.pre_args --prefix=${prefix} |
18 19 | configure.args --enable-shared \ |
19 20 | --with-foxinclude=${prefix}/include \ |
20 21 | --with-foxlib=${prefix}/lib |