mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
3c175cb569
Reviewed by: marcus
27 lines
514 B
Makefile
27 lines
514 B
Makefile
# 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/
|
|
|
|
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
|
|
PLIST_FILES= bin/txt2man
|
|
|
|
.include <bsd.port.mk>
|