blob: e3b5e9eb3ee183ec8ee17eda9b5d1d3084267d3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$
PORTNAME= jmba
PORTVERSION= 0.5.5
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= romain@FreeBSD.org
COMMENT= Junk Mail Buffering Agent
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_gettext=no ac_cv_lib_intl_main=no
USES= gmake tar:bzip2
PLIST_FILES= bin/jmba \
man/man1/jmba.1.gz
.include <bsd.port.mk>
|