mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Setting build.env to ${configure.env} does nothing if the port hasn't
already set configure.env to something.
32 lines
922 B
Tcl
32 lines
922 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name webcleaner
|
|
version 2.31
|
|
revision 1
|
|
categories www python
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
|
|
description webcleaner is a powerful filtering http proxy
|
|
long_description ${description}
|
|
homepage http://webcleaner.sourceforge.net/
|
|
|
|
depends_build port:spidermonkey
|
|
|
|
master_sites sourceforge
|
|
checksums md5 c7980d19a3f0087b4f04708c244f2a97
|
|
|
|
python.default_version 27
|
|
python.move_binaries no
|
|
|
|
post-extract {
|
|
file mkdir ${worksrcpath}/libjs/.libs/
|
|
system "cd ${worksrcpath}/libjs/.libs && ln -s ${prefix}/lib/libjs.a"
|
|
}
|
|
|
|
use_configure yes
|
|
configure.cflags-append "-I${prefix}/include/spidermonkey"
|