aboutsummaryrefslogtreecommitdiff
path: root/textproc/txt2man/Makefile
blob: d09bd8f428dcfd5b6a9a324769ca9e877010ffaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ex:ts=8
# New ports collection makefile for:	txt2man
# Date created:			Jun 14, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	txt2man
PORTVERSION=	1.4.7
CATEGORIES=	textproc
MASTER_SITES=	http://mvertes.free.fr/download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Converts flat ASCII text to man page format

BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
RUN_DEPENDS=	${BUILD_DEPENDS}

ALL_TARGET=	txt2man.1
INSTALL_TARGET=	install prefix=${PREFIX}

MAN1=	txt2man.1

.include <bsd.port.mk>