aboutsummaryrefslogtreecommitdiff
path: root/japanese/FreeWnn-lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/FreeWnn-lib/Makefile')
-rw-r--r--japanese/FreeWnn-lib/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/japanese/FreeWnn-lib/Makefile b/japanese/FreeWnn-lib/Makefile
deleted file mode 100644
index 0430d9de60f8..000000000000
--- a/japanese/FreeWnn-lib/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: Wnn
-# Version required: 4.2
-# Date created: 22 November 1994
-# Whom: asami
-#
-# $Id: Makefile,v 1.10 1995/04/20 18:05:33 asami Exp $
-#
-
-DISTNAME= Wnn4.2
-PKGNAME= Wnn-4.2
-CATEGORIES+= japanese
-MASTER_SITES= ftp://utsun.s.u-tokyo.ac.jp/fj/
-
-MAINTAINER= asami@FreeBSD.ORG
-
-WRKSRC= ${WRKDIR}/Xsi
-IS_INTERACTIVE= yes
-
-# These are necesary because this package uses a different Makefile for
-# building and installing etc.
-do-build:
- @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} Makefile.inst World)
-
-post-install:
-# This package uses imake's "install.man" target to install man pages but
-# I can't define USE_IMAKE because it doesn't involve xmkmf
- @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
-
-.include <bsd.port.mk>