freebsd-ports/textproc/txt2man/Makefile
Ying-Chieh Liao d051c55203 use the clearer way to install the program to ${PREFIX}
Submitted by:	Tomasz Luchowski <zuntum@netbsd.org>
2001-06-14 10:02:50 +00:00

21 lines
363 B
Makefile

# ex:ts=8
# New ports collection makefile for: txt2man
# Date created: Jun 14, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= txt2man
PORTVERSION= 1.4.1
CATEGORIES= textproc
MASTER_SITES= http://mvertes.free.fr/download/
MAINTAINER= ijliao@FreeBSD.org
ALL_TARGET= txt2man.1
INSTALL_TARGET= install prefix=${PREFIX}
MAN1= txt2man.1
.include <bsd.port.mk>