freebsd-ports/textproc/word2x/Makefile
Bill Fumerola db27e65e0c Update a stale MASTER_SITES, found several mirrors with the distribution,
though they had a different checksum.

patch-ac is obsolete, which seems to be the only difference between the
old tarball and the new one.

Added myself as the MAINTAINER, as I use this program at work.
1998-11-16 22:47:15 +00:00

23 lines
537 B
Makefile

# New ports collection makefile for: word2x
# Version required: 0.003
# Date created: 10 June 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.4 1998/10/20 02:00:22 steve Exp $
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://www.FreeBSD.ORG/~billf/
MAINTAINER= billf@FreeBSD.ORG
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
MAN1= word2x.1
.include <bsd.port.mk>