2012-10-29 18:29:56 +01:00
|
|
|
# Created by: torstenb
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1994-10-23 02:19:51 +01:00
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= metamail
|
|
|
|
PORTVERSION= 2.7
|
2014-06-21 23:53:20 +02:00
|
|
|
PORTREVISION= 11
|
1996-11-10 22:32:56 +01:00
|
|
|
CATEGORIES= mail
|
2006-05-31 11:19:17 +02:00
|
|
|
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}
|
1994-10-23 02:19:51 +01:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
2012-01-24 10:03:12 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Implementation of MIME, the Multipurpose Internet Mail Extensions
|
1995-05-06 02:23:00 +02:00
|
|
|
|
2012-10-29 18:29:56 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2014-06-04 13:16:58 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
|
2012-06-13 07:55:02 +02:00
|
|
|
OPTIONS_DEFINE= X11
|
|
|
|
OPTIONS_DEFAULT= X11
|
2014-06-04 13:16:58 +02:00
|
|
|
OPTIONS_SUB= yes
|
2012-10-29 18:29:56 +01:00
|
|
|
|
2014-06-04 13:16:58 +02:00
|
|
|
X11_DESC= X11 hebrew font support
|
|
|
|
X11_BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
|
|
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
|
|
|
X11_RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \
|
|
|
|
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
|
|
|
|
X11_USE= XORG=x11
|
1995-05-06 02:23:00 +02:00
|
|
|
|
2012-06-13 07:55:02 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2007-06-12 11:08:46 +02:00
|
|
|
|
2000-11-10 12:52:32 +01:00
|
|
|
post-patch:
|
2013-05-27 11:39:48 +02:00
|
|
|
.if ! ${PORT_OPTIONS:MX11}
|
2007-06-12 11:08:46 +02:00
|
|
|
@${REINPLACE_CMD} -e '/fonts/d' ${WRKSRC}/Makefile
|
|
|
|
.endif
|
2000-11-10 12:52:32 +01:00
|
|
|
@${RM} ${WRKSRC}/bin/*.orig
|
|
|
|
|
2012-06-13 07:55:02 +02:00
|
|
|
.include <bsd.port.mk>
|