blob: 1195650bc08021905dd84c6ae20f815e647a4cb3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: word2x
# Version required: 0.003
# Date created: 10 June 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
DISTNAME= word2x
PKGNAME= word2x-0.003
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.gu.net/pub/unix/viewers/ \
ftp://ftp.afti.nsu.ru/pub/source/utils/word2x/ \
http://people.FreeBSD.org/~billf/
MAINTAINER= billf@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= word2x.1
.include <bsd.port.mk>
|