freebsd-ports/mail/muttzilla/Makefile

31 lines
721 B
Makefile
Raw Normal View History

# 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
PORTVERSION= 0.40
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2002-05-08 23:03:16 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Mutt MUA plugin for Netscape for use on "mailto:" URLs
pre-configure:
@${REINPLACE_CMD} \
2000-02-13 22:42:03 +01:00
-e "s:/etc/muttzilla.conf:${PREFIX}/etc/muttzilla.conf:g" \
${WRKSRC}/muttzilla.h ${WRKSRC}/mzmail.sh ${WRKSRC}/mzmail.py \
${WRKSRC}/mznews.sh ${WRKSRC}/mznews.py
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
.endif
.include <bsd.port.mk>