freebsd-ports/mail/metamail/Makefile

41 lines
992 B
Makefile
Raw Normal View History

# New ports collection makefile for: metamail
# Date created: 17 Oct 1994
# Whom: torstenb
#
1999-08-25 08:51:17 +02:00
# $FreeBSD$
#
2000-04-13 22:01:08 +02:00
PORTNAME= metamail
PORTVERSION= 2.7
CATEGORIES= mail
MASTER_SITES= http://ftp.dmz.digex.net/pub/packages/mail/metamail/ \
ftp://thumper.bellcore.com/pub/nsb/
2000-04-13 22:01:08 +02:00
DISTNAME= mm${PORTVERSION}
EXTRACT_SUFX= .tar.Z
MAINTAINER= torstenb@FreeBSD.org
RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif
1998-11-28 06:39:01 +01:00
USE_XLIB= yes
1995-04-11 22:28:32 +02:00
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAN1= audiocompose.1 audiosend.1 extcompose.1 \
getfilename.1 mailto-hebrew.1 mailto.1 metamail.1 \
metasend.1 mime.1 mimencode.1 mmencode.1 \
patch-metamail.1 richtext.1 showaudio.1 \
showexternal.1 shownonascii.1 showpartial.1 \
showpicture.1 splitmail.1
1996-11-17 08:42:58 +01:00
MAN4= mailcap.4
post-patch:
@${RM} ${WRKSRC}/bin/*.orig
.include <bsd.port.post.mk>