1998-02-12 17:30:29 +00:00
|
|
|
# New ports collection makefile for: catdoc
|
1998-12-22 03:03:32 +00:00
|
|
|
# Version required: 0.90.1
|
1998-02-12 17:30:29 +00:00
|
|
|
# Date created: 11 November 1997
|
|
|
|
# Whom: Brion Moss <brion@queeg.com>
|
|
|
|
#
|
1998-12-27 04:21:58 +00:00
|
|
|
# $Id: Makefile,v 1.6 1998/12/22 03:03:31 jseger Exp $
|
1998-02-12 17:30:29 +00:00
|
|
|
#
|
|
|
|
|
1998-12-22 03:03:32 +00:00
|
|
|
DISTNAME= catdoc-0.90.1
|
1998-02-12 17:30:29 +00:00
|
|
|
CATEGORIES= textproc
|
1998-12-27 04:21:58 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ice.ru/pub/vitus/ \
|
|
|
|
http://www.FreeBSD.org/~billf/
|
1998-02-12 17:30:29 +00:00
|
|
|
|
|
|
|
MAINTAINER= brion@queeg.com
|
|
|
|
|
1998-12-22 03:03:32 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-12-27 04:21:58 +00:00
|
|
|
MAN1= catdoc.1
|
1998-02-12 17:30:29 +00:00
|
|
|
|
1998-07-24 11:48:20 +00:00
|
|
|
.if !defined(LANG) || ${LANG} != ru_RU.KOI8-R
|
1998-03-16 21:17:29 +00:00
|
|
|
# Remove the below line to get Cyrillic code page support instead
|
|
|
|
CFLAGS+= -DLATIN1=1
|
1998-07-24 11:48:20 +00:00
|
|
|
.endif
|
1998-03-16 21:17:29 +00:00
|
|
|
|
1998-02-12 17:30:29 +00:00
|
|
|
.include <bsd.port.mk>
|