1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/mail/jmba/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

19 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>