mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
22 lines
343 B
Makefile
22 lines
343 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
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= jmba.1
|
|
PLIST_FILES= bin/jmba
|
|
MANCOMPRESSED= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|