freebsd-ports/mail/libsieve/Makefile
Carlo Strub e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00

24 lines
507 B
Makefile

# New ports collection makefile for: libsieve
# Date created: 4 August 2006
# Whom: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
#
# $FreeBSD$
#
PORTNAME= libsieve
PORTVERSION= 2.3.1
CATEGORIES= mail
MASTER_SITES= http://cloud.github.com/downloads/sodabrew/libsieve/
MAINTAINER= mark_sf@kikg.ifmo.ru
COMMENT= Library for parsing, sorting, and filtering mail
LICENSE=LGPL21
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX}
USE_GMAKE= yes
USE_BISON= build
USE_LDCONFIG= yes
.include <bsd.port.mk>