1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/texi2db/Makefile
2012-06-28 18:37:23 +00:00

28 lines
599 B
Makefile

# ex:ts=8
# New ports collection makefile for: texi2db
# Date created: May 27, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= texi2db
PORTVERSION= 0.5
CATEGORIES= textproc
MASTER_SITES= http://www.tldp.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts a Texinfo file into DocBook XML
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= texi2db.1
PLIST_FILES= bin/texi2db \
${SITE_PERL_REL}/${PERL_ARCH}/auto/texi2db/.packlist
PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/texi2db
.include <bsd.port.mk>