[58292] trunk/dports/mail/bmf/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Sep 24 22:04:22 PDT 2009
Revision: 58292
http://trac.macports.org/changeset/58292
Author: ryandesign at macports.org
Date: 2009-09-24 22:04:18 -0700 (Thu, 24 Sep 2009)
Log Message:
-----------
bmf: whitespace changes only
Modified Paths:
--------------
trunk/dports/mail/bmf/Portfile
Modified: trunk/dports/mail/bmf/Portfile
===================================================================
--- trunk/dports/mail/bmf/Portfile 2009-09-25 04:53:37 UTC (rev 58291)
+++ trunk/dports/mail/bmf/Portfile 2009-09-25 05:04:18 UTC (rev 58292)
@@ -1,25 +1,37 @@
# $Id$
-PortSystem 1.0
-name bmf
-version 0.9.4
-categories mail
-description Bayesian Mail Filter
-long_description bmf is a self contained and extremely efficient Bayesian mail filter. \
- See Paul Graham's article "A Plan for Spam" for background information. \
- It aims to be faster, smaller, and more versatile than similar \
- applications.
-homepage http://bmf.sourceforge.net/
-platforms darwin freebsd
-maintainers nomaintainer
-master_sites sourceforge
-checksums md5 9cf55df2fa3a05bdc55ba7b0a129591e
-configure.pre_args
-post-configure { reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/Makefile }
+PortSystem 1.0
-post-destroot { system "install -o root -m 755 -d ${destroot}${prefix}/share/${name}"
- system "install -o root -m 755 -c \
- ${worksrcpath}/README ${destroot}${prefix}/share/${name}/" }
+name bmf
+version 0.9.4
+categories mail
+platforms darwin freebsd
+maintainers nomaintainer
-variant mysql { depends_lib-append lib:libmysqlclient:mysql3
- configure.args-append --with-mysql }
+description Bayesian Mail Filter
+
+long_description bmf is a self contained and extremely efficient Bayesian mail filter. \
+ See Paul Graham's article "A Plan for Spam" for background information. \
+ It aims to be faster, smaller, and more versatile than similar \
+ applications.
+
+homepage http://bmf.sourceforge.net/
+master_sites sourceforge
+
+checksums md5 9cf55df2fa3a05bdc55ba7b0a129591e
+
+configure.pre_args
+
+post-configure {
+ reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/Makefile
+}
+
+post-destroot {
+ system "install -o root -m 755 -d ${destroot}${prefix}/share/${name}"
+ system "install -o root -m 755 -c ${worksrcpath}/README ${destroot}${prefix}/share/${name}/"
+}
+
+variant mysql {
+ depends_lib-append lib:libmysqlclient:mysql3
+ configure.args-append --with-mysql
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090924/21cd691a/attachment.html>
More information about the macports-changes
mailing list