mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
24 lines
495 B
Makefile
24 lines
495 B
Makefile
# 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://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>
|