blob: 72591e3522b0d788a570cd7d8127c7d0bc79f6af (
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
|
# $NetBSD: Makefile,v 1.15 2015/03/15 19:11:21 hiramatsu Exp $
#
DISTNAME= libsieve-2.3.1
CATEGORIES= mail
MASTER_SITES= https://github.com/downloads/sodabrew/libsieve/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sodabrew.com/libsieve/
COMMENT= Library for parsing, sorting and filtering mail
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= 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"
|