blob: 31af2691e1c256079bbdb8fd505d70928970b8fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.13 2012/10/08 12:19:14 asau 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
LICENSE= gnu-lgpl-v2.1
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"
|