ad6ceadd25
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
26 lines
701 B
Makefile
26 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.28 2008/01/18 05:08:25 tnn Exp $
|
|
|
|
DISTNAME= imapfilter-2.0.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://imapfilter.hellug.gr/source/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://imapfilter.hellug.gr/
|
|
COMMENT= Mail filtering utility for the IMAP
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
INSTALLATION_DIRS= share/examples/imapfilter
|
|
|
|
post-install:
|
|
.for f in sample.config.lua sample.extend.lua
|
|
${INSTALL_DATA} ${WRKSRC}/${f} \
|
|
${PREFIX}/share/examples/imapfilter
|
|
.endfor
|
|
|
|
.include "../../lang/lua/buildlink3.mk"
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|