mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
22 lines
436 B
Makefile
22 lines
436 B
Makefile
# Created by: 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
|
|
USES= bison
|
|
USE_LDCONFIG= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|