1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/mail/demime/Makefile
Kevin Lo 8a29282e28 Update to version 0.98e
PR: 27841
Submitted by: MAINTAINER
2001-06-03 06:10:13 +00:00

40 lines
1.2 KiB
Makefile

# New ports collection makefile for: demime
# Date Created: 25 April 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= demime
PORTVERSION= 0.98e
CATEGORIES= mail textproc
MASTER_SITES= http://scifi.squawk.com/
DISTFILES= ${PORTNAME}.stable demime_junkmail.cf
MAINTAINER= petef@databits.net
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree
NO_BUILD= yes
USE_PERL5= yes
POD2MAN?= /usr/bin/pod2man
MAN1= demime.1
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/demime.stable ${WRKSRC}/demime
post-patch:
@${PERL} -pi -e 's!/usr/lib/majordomo/demime_junkmail.cf!${PREFIX}/etc/demime_junkmail.cf!g' ${WRKSRC}/demime
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/demime ${PREFIX}/bin/demime
${INSTALL_DATA} ${DISTDIR}/demime_junkmail.cf ${PREFIX}/etc
${POD2MAN} ${WRKSRC}/demime > ${PREFIX}/man/man1/demime.1
.include <bsd.port.mk>