opnsense-ports/mail/libsieve/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

25 lines
459 B
Makefile

# Created by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
# $FreeBSD$
PORTNAME= libsieve
PORTVERSION= 2.3.1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= GHC
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for parsing, sorting, and filtering mail
LICENSE= LGPL21
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GITHUB= yes
GH_ACCOUNT= sodabrew
USES= bison gmake libtool pathfix
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>