forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
312 B
Makefile
18 lines
312 B
Makefile
# 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
|
|
USES= gmake tar:bzip2
|
|
|
|
PLIST_FILES= bin/jmba \
|
|
man/man1/jmba.1.gz
|
|
|
|
.include <bsd.port.mk>
|