mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
5c8d5bbef5
- Support install macros - Utilize NOPORTDOCS PR: 47490 Submitted by: Ports Fury
33 lines
741 B
Makefile
33 lines
741 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: foo
|
|
# Date created: Mon Feb 03, 1998
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= muttzilla
|
|
PORTVERSION= 0.40
|
|
CATEGORIES= mail www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Mutt MUA plugin for Netscape for use on "mailto:" URLs
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} \
|
|
-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>
|