opnsense-ports/textproc/word2x/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
395 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
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>