27 lines
640 B
Makefile
27 lines
640 B
Makefile
# $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"
|