aboutsummaryrefslogtreecommitdiffstats
path: root/converters/tnef/Makefile
blob: 4ef4d76b29584903f0aec3ab6128fe2663f2f0ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    tnef
# Date created:     19 September 2000
# Whom:         Cyrus Rahman <cr@jcmax.com>
#
# $FreeBSD$
#

PORTNAME=   tnef
PORTVERSION=    1.1
CATEGORIES= converters mail
MASTER_SITES=   http://world.std.com/~damned/

MAINTAINER= cr@jcmax.com

GNU_CONFIGURE=  yes

MAN1=   tnef.1

pre-configure:
    ${MV} ${WRKSRC}/doc/tnef.3 ${WRKSRC}/doc/tnef.1

.include <bsd.port.mk>