1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/mail/muttzilla/Makefile
David E. O'Brien 4a463f0ebb Muttzilla allows you to use an alternate MUA (Mutt in this case) with
both Netscape Communicator and Navigator when following "mailto:" URL's.

Requested by:	ports@freebsd.org
2000-02-05 00:01:06 +00:00

25 lines
542 B
Makefile

# ex:ts=8
# Ports collection makefile for: foo
# Version required: 0.40
# Date created: Mon Feb 03, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
DISTNAME= muttzilla-0.40
CATEGORIES= mail www
MASTER_SITES= http://www3.bc.sympatico.ca/brian_winters/mutt/
MAINTAINER= obrien@FreeBSD.org
RUN_DEPENDS= mutt:${PORTSDIR}/mail/mutt
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/muttzilla
@${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/muttzilla
.endif
.include <bsd.port.mk>