freebsd-ports/mail/metamail/Makefile

51 lines
1.3 KiB
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
PORTREVISION= 7
CATEGORIES= mail
MASTER_SITES= http://ftp.funet.fi/pub/unix/mail/metamail/ \
ftp://ftp.research.telcordia.com/pub/nsb/
2000-04-13 22:01:08 +02:00
DISTNAME= mm${PORTVERSION}
EXTRACT_SUFX= .tar.Z
MAINTAINER= jean-francois.dockes@wanadoo.fr
COMMENT= Implementation of MIME, the Multipurpose Internet Mail Extensions
OPTIONS= X11 "X11 hebrew font support" on
1995-04-11 22:28:32 +02:00
WRKSRC= ${WRKDIR}/${DISTNAME}/src
2004-04-10 19:26:55 +02:00
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
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_X11)
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
USE_XORG= x11
PLIST_SUB+= X11=""
.else
PLIST_SUB+= X11="@comment "
.endif
post-patch:
.if defined(WITHOUT_X11)
@${REINPLACE_CMD} -e '/fonts/d' ${WRKSRC}/Makefile
.endif
@${RM} ${WRKSRC}/bin/*.orig
.include <bsd.port.post.mk>