mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# 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
|
|
COMMENT= Unpack data encapsulated into Microsoft Outlook's application/ms-tnef format
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= tnef.1
|
|
|
|
pre-configure:
|
|
${MV} ${WRKSRC}/doc/tnef.3 ${WRKSRC}/doc/tnef.1
|
|
|
|
.include <bsd.port.mk>
|