25 lines
727 B
Makefile
25 lines
727 B
Makefile
# $NetBSD: Makefile,v 1.43 2014/10/19 22:27:46 alnsn Exp $
|
|
|
|
DISTNAME= imapfilter-2.5.6
|
|
PKGREVISION= 3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= -https://codeload.github.com/lefcha/imapfilter/tar.gz/v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://imapfilter.hellug.gr/
|
|
COMMENT= Mail filtering utility for the IMAP
|
|
LICENSE= mit
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
INSTALLATION_DIRS= share/examples/imapfilter
|
|
|
|
post-install:
|
|
.for f in config.lua extend.lua
|
|
${INSTALL_DATA} ${WRKSRC}/samples/${f} \
|
|
${DESTDIR}${PREFIX}/share/examples/imapfilter
|
|
.endfor
|
|
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../lang/lua/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|