pkgsrc/mail/mutt/Makefile
tron cb6bc74223 Avoid completely harmless warning if "sgml2html" and "sgml2txt" are not
available during build. Fixes PR pkg/6751 by Lennart Augustsson.
1999-01-08 00:41:41 +00:00

36 lines
972 B
Makefile

# $NetBSD: Makefile,v 1.17 1999/01/08 00:41:41 tron Exp $
DISTNAME= mutt-${MUTT_VERSION}
CATEGORIES= mail
MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \
ftp://ftp.gbnet.net/pub/mutt-international/ \
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/mutt-international/ \
ftp://ftp.gwdg.de/pub/unix/mail/mutt/international/ \
ftp://ftp.uib.no/pub/mutt/
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.mutt.org/
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
CONFLICTS= mutt-*
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-curses=${PREFIX} --with-exec-shell=/bin/ksh \
--with-docdir=${PREFIX}/share/doc/mutt
CONFIGURE_ENV+= LDFLAGS=-s
.include "../../mk/bsd.pkg.mk"
MUTT_BASE_VERSION= 0.95.1
.if defined(MUTT_INTERNATIONAL) && ${MUTT_INTERNATIONAL} == YES
MUTT_VERSION= ${MUTT_BASE_VERSION}i
MIRROR_DISTFILE= no
RESTRICTED= "Contains PGP code"
WRKSRC= ${WRKDIR}/${DISTNAME:C/i$//}
.else
MUTT_VERSION= ${MUTT_BASE_VERSION}
WRKSRC= ${WRKDIR}/${DISTNAME}-us
.endif