Ticket #12329: Portfile.9

File Portfile.9, 913 bytes (added by yves@…, 17 years ago)

plessulus -- not tested

Line 
1# $Id: Portfile 26116 2007-06-13 00:41:54Z rhwood@macports.org $
2
3PortSystem      1.0
4
5name            pessulus
6version         2.16.2
7categories      gnome python
8maintainers     rhwood openmaintainer@macports.org
9description     A lockdown editor for GNOME.
10long_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.
15homepage        http://www.gnome.org/~vuntz/pessulus/
16master_sites    gnome:sources/pessulus/2.16/
17checksums       md5 baefae82c57576c5abaa2a57a9a77318 \
18                sha1 a97b22f0e7b86a87811cc61f360b3cc4a64a6f12 \
19                rmd160 c0c86f90a0e6125a0122caffc1a95186018ba2c4
20use_bzip2       yes
21
22depends_build   \
23        port:p5-xml-parser \
24        port:pkgconfig
25depends_lib     \
26        port:gconf \
27        port:gettext \
28        port:glib2 \
29        port:libiconv \
30        port:py25-gnome
31
32configure.env   PYTHON=${prefix}/bin/python2.5