| 1 | # $Id: Portfile 26116 2007-06-13 00:41:54Z rhwood@macports.org $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name pessulus |
|---|
| 6 | version 2.16.2 |
|---|
| 7 | categories gnome python |
|---|
| 8 | maintainers rhwood openmaintainer@macports.org |
|---|
| 9 | description A lockdown editor for GNOME. |
|---|
| 10 | long_description \ |
|---|
| 11 | pessulus enables administrators to set mandatory settings in GConf. \ |
|---|
| 12 | The users can not change these settings. Use of pessulus can be \ |
|---|
| 13 | useful on computers that are open to use by everyone, e.g. in an \ |
|---|
| 14 | internet cafe. |
|---|
| 15 | homepage http://www.gnome.org/~vuntz/pessulus/ |
|---|
| 16 | master_sites gnome:sources/pessulus/2.16/ |
|---|
| 17 | checksums md5 baefae82c57576c5abaa2a57a9a77318 \ |
|---|
| 18 | sha1 a97b22f0e7b86a87811cc61f360b3cc4a64a6f12 \ |
|---|
| 19 | rmd160 c0c86f90a0e6125a0122caffc1a95186018ba2c4 |
|---|
| 20 | use_bzip2 yes |
|---|
| 21 | |
|---|
| 22 | depends_build \ |
|---|
| 23 | port:p5-xml-parser \ |
|---|
| 24 | port:pkgconfig |
|---|
| 25 | depends_lib \ |
|---|
| 26 | port:gconf \ |
|---|
| 27 | port:gettext \ |
|---|
| 28 | port:glib2 \ |
|---|
| 29 | port:libiconv \ |
|---|
| 30 | port:py25-gnome |
|---|
| 31 | |
|---|
| 32 | configure.env PYTHON=${prefix}/bin/python2.5 |
|---|