diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-16 12:13:17 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-16 12:13:17 +0000 |
commit | 8c205121f0b933e4bf1e8169dce195686cd87b87 (patch) | |
tree | a77c6ac0d54aaf0dfa7501b38894ea4c1636d0d2 /mail | |
parent | 463d7e2388b4aabd21f1d672e2911b0895bad018 (diff) | |
download | ports-8c205121f0b933e4bf1e8169dce195686cd87b87.tar.gz ports-8c205121f0b933e4bf1e8169dce195686cd87b87.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spmfilter/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/spmfilter/Makefile b/mail/spmfilter/Makefile index 9966f0e53a05..07eff4ac265f 100644 --- a/mail/spmfilter/Makefile +++ b/mail/spmfilter/Makefile @@ -1,4 +1,3 @@ -# Created by: Frank Wall <fw@moov.de> # $FreeBSD$ PORTNAME= spmfilter @@ -7,9 +6,11 @@ PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://www.${PORTNAME}.org/attachments/download/60/ -MAINTAINER= fw@moov.de +MAINTAINER= ast@treibsand.com COMMENT= Spmfilter is a high-performance mail filtering framework, written in C +LICENSE= LGPL3 + BUILD_DEPENDS= gmime-24>=2.4:${PORTSDIR}/mail/gmime24 \ libesmtp>=1.0:${PORTSDIR}/mail/libesmtp \ glib>=2.14:${PORTSDIR}/devel/glib20 @@ -18,8 +19,6 @@ RUN_DEPENDS= gmime-24>=2.4:${PORTSDIR}/mail/gmime24 \ libesmtp>=1.0:${PORTSDIR}/mail/libesmtp \ glib>=2.14:${PORTSDIR}/devel/glib20 -LICENSE= LGPL3 - USES= cmake pkgconfig CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib" |