summaryrefslogtreecommitdiff
path: root/japanese/chimera/Makefile
blob: e3831738fdcfa083772e7a63840255fbeaa8ecaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:	chimera + kanji patch
# Version required:	1.65
# Date created:		26 December 1994
# Whom:			asami
#
# $Id: Makefile,v 1.1.1.1 1995/09/22 11:07:19 asami Exp $
#

DISTNAME=	chimera-1.65
PKGNAME=	jp-chimera-1.65
CATEGORIES+=	japanese www
MASTER_SITES=	ftp://ftp.cs.unlv.edu/pub/chimera/

PATCH_SITES=	ftp://ftp.tohoku.ac.jp/pub/net/www/chimera/
PATCHFILES=	chimera-1.65-kanji.patch
PATCH_DIST_STRIP=	-p1

MAINTAINER=	asami@FreeBSD.ORG

USE_IMAKE=	yes
IS_INTERACTIVE=	yes

pre-install:
	@echo "**************************************************************"
	@echo "*                      W a r n i n g                         *"
	@echo "* This port will overwrite an existing chimera installation. *"
	@echo "**************************************************************"
	@echo -n "Is this ok? (y/n) ==> "
	@(read ans; \
	  case x"$$ans" in \
	    xy*|xY*) \
		return 0; \
		;; \
	    *) \
		echo "Okay, I won't install it then...."; \
		echo "(Don't worry about the following \"*** Error code 1\"s)"; \
		return 1; \
		;; \
	  esac)

.include <bsd.port.mk>