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

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

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

USE_PYTHON= yes
NO_BUILD=   yes

MAN1=       doclifter.1 manlifter.1
PLIST_FILES=    bin/doclifter bin/manlifter

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

.include <bsd.port.mk>