2000-02-05 01:01:06 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: foo
|
|
|
|
# Date created: Mon Feb 03, 1998
|
|
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= muttzilla
|
2001-02-05 16:11:27 +01:00
|
|
|
PORTVERSION= 0.40
|
2000-02-05 01:01:06 +01:00
|
|
|
CATEGORIES= mail www
|
2003-02-16 16:39:00 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-02-05 01:01:06 +01:00
|
|
|
|
2002-05-08 23:03:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-16 16:39:00 +01:00
|
|
|
COMMENT= Mutt MUA plugin for Netscape for use on "mailto:" URLs
|
2000-02-05 01:01:06 +01:00
|
|
|
|
2000-02-13 22:39:30 +01:00
|
|
|
pre-configure:
|
2002-06-22 15:54:17 +02:00
|
|
|
@${REINPLACE_CMD} \
|
2000-02-13 22:42:03 +01:00
|
|
|
-e "s:/etc/muttzilla.conf:${PREFIX}/etc/muttzilla.conf:g" \
|
2001-01-07 18:49:52 +01:00
|
|
|
${WRKSRC}/muttzilla.h ${WRKSRC}/mzmail.sh ${WRKSRC}/mzmail.py \
|
|
|
|
${WRKSRC}/mznews.sh ${WRKSRC}/mznews.py
|
2000-02-05 01:01:06 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2003-02-16 16:39:00 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
|
2000-02-05 01:01:06 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|