aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/doclifter/Makefile
blob: 7a0c303dadc205ee9da365a63a505745fa9bd4e1 (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
26
# ex:ts=8
# Ports collection makefile for:    doclifter
# Date created:         Apr 1, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   doclifter
PORTVERSION=    1.6
CATEGORIES= textproc
MASTER_SITES=   http://www.catb.org/~esr/doclifter/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Translates documents written in troff macros to DocBook

USE_PYTHON= yes
NO_BUILD=   yes

MAN1=   doclifter.1

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/doclifter ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/doclifter.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>