pkgsrc-wip/mutt-ng/Makefile
2006-12-20 19:03:04 +00:00

28 lines
765 B
Makefile

# $Id: Makefile,v 1.17 2006/12/20 19:03:04 netcap Exp $
# $NetBSD: Makefile,v 1.17 2006/12/20 19:03:04 netcap Exp $
DISTNAME= muttng-20061125
CATEGORIES= mail
MASTER_SITES= http://nion.modprobe.de/mutt-ng/snapshots/
MAINTAINER= cg@cgall.de
HOMEPAGE= http://mutt-ng.berlios.de/
COMMENT= Fork of the well-known email client mutt
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
INSTALL_UNSTRIPPED= yes
REPLACE_PERL+= smime_keys.pl
REPLACE_PERL+= contrib/update-config.pl
CONFIGURE_ARGS+= --with-docdir=${PREFIX:Q}/share/doc/muttng/ \
--enable-pop --enable-imap
AUTOCONF_REQD+= 2.50
USE_TOOLS+= gmake autoconf automake perl
.include "options.mk"
pre-configure:
cd ${WRKSRC}; ./autogen.sh
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"