mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
4a463f0ebb
both Netscape Communicator and Navigator when following "mailto:" URL's. Requested by: ports@freebsd.org
25 lines
542 B
Makefile
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>
|