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

PORTNAME=   doclifter
PORTVERSION=    1.13
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
PLIST_FILES=    bin/doclifter

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

.include <bsd.port.mk>