1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/textproc/word2x/Makefile
2021-04-06 16:31:07 +02:00

18 lines
383 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
PORTNAME= word2x
PORTVERSION= 0.005
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-zero/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Converter from MS Word to text, HTML, or LaTeX
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/rtest2 bin/word2x man/man1/word2x.1.gz
.include <bsd.port.mk>