Files
ports/textproc/word2x/Makefile
Muhammad Moinur Rahman dd1513ad39 textproc/word2x: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 13:35:32 +01:00

18 lines
419 B
Makefile

PORTNAME= word2x
PORTVERSION= 0.005
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-zero/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Converter from MS Word to text, HTML, or LaTeX
WWW= https://word2x.sourceforge.net/
USES= gmake
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/rtest2 bin/word2x share/man/man1/word2x.1.gz
.include <bsd.port.mk>