mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d33250b4de
Below files are created at FreeBSD Patch phase. mail/metamail/work/mm2.7/src/bin/showaudio.orig mail/metamail/work/mm2.7/src/bin/showexternal.orig mail/metamail/work/mm2.7/src/bin/showpartial.orig and installed these files into ${PREFIX}/bin with below command in mail/metamail/work/mm2.7/src/Makefile No response from MAINTAINER Submitted by: bento
40 lines
935 B
Makefile
40 lines
935 B
Makefile
# New ports collection makefile for: metamail
|
|
# Date created: 17 Oct 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= metamail
|
|
PORTVERSION= 2.7
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/
|
|
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
|
|
|
|
USE_XLIB= yes
|
|
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
|
|
MAN4= mailcap.4
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/bin/*.orig
|
|
|
|
.include <bsd.port.post.mk>
|