freebsd-ports/textproc/txt2man/Makefile

27 lines
514 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: txt2man
# Date created: Jun 14, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= txt2man
PORTVERSION= 1.4.8
CATEGORIES= textproc
MASTER_SITES= http://mvertes.free.fr/download/
2001-07-18 16:45:23 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= Converts flat ASCII text to man page format
2002-06-26 13:06:17 +02:00
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
RUN_DEPENDS= ${BUILD_DEPENDS}
ALL_TARGET= txt2man.1
INSTALL_TARGET= install prefix=${PREFIX}
2004-02-05 21:38:07 +01:00
MAN1= txt2man.1
PLIST_FILES= bin/txt2man
.include <bsd.port.mk>