pkgsrc/mail/libsieve/Makefile
obache 81a96714f7 Strip CR in some files.
Should fix build failure on Solaris.
2008-05-31 15:05:40 +00:00

26 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.10 2008/05/31 15:05:40 obache Exp $
#
DISTNAME= libsieve-2.2.6
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
USE_LANGUAGES= c
USE_LIBTOOL= yes
USE_TOOLS+= flex bison
GNU_CONFIGURE= yes
CONFIGURE_DIRS= src
PKG_DESTDIR_SUPPORT= user-destdir
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"