summaryrefslogtreecommitdiff
path: root/textproc/texi2roff/Makefile
blob: 6f6eaea7c384760dff0ea74f3e33db5b2667ee07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.2 2002/12/24 18:55:43 wiz Exp $

DISTNAME=		texi2roff-2.0
CATEGORIES=		textproc
MASTER_SITES=		${MASTER_SITE_TEX_CTAN:=support/texi2roff/}

MAINTAINER=		collver1@attbi.com
HOMEPAGE=		http://texinfo.org/texi2roff/
COMMENT=		Texinfo-to-ROFF direct translator

ALL_TARGET=

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/texi2roff ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/texi2roff.1 ${PREFIX}/man/man1

.include "../../mk/bsd.pkg.mk"