blob: f71f0679a69f8a74f504a6ec27a061546628a440 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: word2x
# Date created: 10 June 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= word2x
PORTVERSION= 0.005
CATEGORIES= textproc
MASTER_SITES= http://word2x.alcom.co.uk/download/
MAINTAINER= billf@FreeBSD.org
COMMENT= Converter from MS Word to text, HTML or LaTeX
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= word2x.1
.include <bsd.port.mk>
|