pkgsrc/mail/imapfilter/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

25 lines
659 B
Makefile

# $NetBSD: Makefile,v 1.16 2004/10/03 00:12:53 tv Exp $
DISTNAME= imapfilter-1.0.1
PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://imapfilter.hellug.gr/source/
MAINTAINER= seb@NetBSD.org
HOMEPAGE= http://imapfilter.hellug.gr/
COMMENT= Mail filtering utility for the IMAP
USE_BUILDLINK3= yes
LDFLAGS.SunOS+= -lsocket -lnsl
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/imapfilter
.for f in sample.config.lua sample.extend.lua
${INSTALL_DATA} ${WRKSRC}/${f} \
${PREFIX}/share/examples/imapfilter
.endfor
.include "../../lang/lua/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"