051fb755eb
Changes: libSieve 2.2.7 -------------- - Fixed a duplicate symbol definition (thanks to Wilfried Goesgens). - Fixed a mismatched function declaration (thanks to Eugene Prokopiev). - More cases where Vacation should be ignored (thanks to Dilyan Palauzov). - Generate Vacation handle according to RFC 5230 (thanks to Dilyan Palauzov). - Use of NULL without declaration (thanks to Dilyan Palauzov). - Added pkgconfig support (thanks to Dilyan Palauzov). - Documentation corrections (thanks to Dilyan Palauzov). - Use left-recursion when parsing stringlists (thanks to Dilyan Palauzov).
28 lines
653 B
Makefile
28 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.11 2008/11/13 04:41:00 obache Exp $
|
|
#
|
|
|
|
DISTNAME= libsieve-2.2.7
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libsieve/}
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://libsieve.sourceforge.net/
|
|
COMMENT= Library for parsing, sorting and filtering mail
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= flex bison
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_DIRS= src
|
|
|
|
PKGCONFIG_OVERRIDE+= src/libsieve.pc.in
|
|
|
|
SUBST_CLASSES+= stripcr
|
|
SUBST_STAGE.stripcr= post-extract
|
|
SUBST_FILES.stripcr= src/sv_util/exception.*
|
|
SUBST_FILTER_CMD.stripcr= ${TR} -d '\r'
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|