freebsd-ports/mail/muttzilla/Makefile

29 lines
685 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 16:01:08 -04:00
PORTNAME= muttzilla
PORTVERSION= 0.40
CATEGORIES= mail www
MASTER_SITES= http://www3.bc.sympatico.ca/brian_winters/mutt/
2002-05-08 17:03:16 -04:00
MAINTAINER= ports@FreeBSD.org
pre-configure:
@${PERL} -pi.orig \
2000-02-13 16:42:03 -05: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} ${PREFIX}/share/doc/muttzilla
@${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/muttzilla
.endif
.include <bsd.port.mk>