(1) Remove the manual finding of wish. If wish exists, the configure script will

find it. There was no mechanism to even detect if wish existed before telling
    configure where to find it.

(2) The distribution no longer comes packaged with .o files, so there is no
    need to `make clean' before we build this port.

(3) portlint

(4) Added my public_html on freefall as a MASTER_SITE, as the singular MASTER_SITE
    had no route to it. A search on ftpsearch revealed no mirrors. Pity.

Triggered By:	One of Satoshi's scripts (part 4)
This commit is contained in:
Bill Fumerola 1998-12-27 04:21:58 +00:00
parent bc506d8145
commit b36f2678f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15652

View file

@ -3,26 +3,22 @@
# Date created: 11 November 1997
# Whom: Brion Moss <brion@queeg.com>
#
# $Id: Makefile,v 1.5 1998/07/24 11:48:20 ache Exp $
# $Id: Makefile,v 1.6 1998/12/22 03:03:31 jseger Exp $
#
DISTNAME= catdoc-0.90.1
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.ice.ru/pub/vitus/
MASTER_SITES= ftp://ftp.ice.ru/pub/vitus/ \
http://www.FreeBSD.org/~billf/
MAINTAINER= brion@queeg.com
MAN1= catdoc.1
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wish=/usr/local/bin/wish8.0
MAN1= catdoc.1
.if !defined(LANG) || ${LANG} != ru_RU.KOI8-R
# Remove the below line to get Cyrillic code page support instead
CFLAGS+= -DLATIN1=1
.endif
# the author seems to have included some .o files for us ;-)
pre-build:
@cd $(WRKSRC); $(MAKE) -k clean
.include <bsd.port.mk>