mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
24 lines
465 B
Makefile
24 lines
465 B
Makefile
# New ports collection makefile for: word2x
|
|
# Date created: 10 June 1998
|
|
# Whom: 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
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= word2x.1
|
|
PLIST_FILES= bin/rtest2 bin/word2x
|
|
|
|
.include <bsd.port.mk>
|