summaryrefslogtreecommitdiff
path: root/korean/FreeWnn-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'korean/FreeWnn-server/Makefile')
-rw-r--r--korean/FreeWnn-server/Makefile33
1 files changed, 9 insertions, 24 deletions
diff --git a/korean/FreeWnn-server/Makefile b/korean/FreeWnn-server/Makefile
index c3e1b8e938fc..221fde852a6f 100644
--- a/korean/FreeWnn-server/Makefile
+++ b/korean/FreeWnn-server/Makefile
@@ -1,32 +1,17 @@
-# New ports collection makefile for: Wnn
+# New ports collection makefile for: Wnn for Korea
# Version required: 4.2
-# Date created: 22 November 1994
-# Whom: asami
+# Date created: 20 July 1997
+# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id: Makefile,v 1.2 1997/04/16 05:00:06 asami Exp $
+# $Id: Makefile,v 1.3 1997/06/19 11:26:08 asami Exp $
#
-DISTNAME= Wnn4.2
PKGNAME= kr-Wnn-4.2
CATEGORIES= korean
-MASTER_SITES= ftp://ftp.u-tokyo.ac.jp/pub/Japanese/Wnn/
-MAINTAINER= ports@FreeBSD.ORG
+## COMMENT, DESCR, PLIST is used in a local 'pkg' directory
+COMMENT= ${.CURDIR}/pkg/COMMENT
+DESCR= ${.CURDIR}/pkg/DESCR
+PLIST= ${.CURDIR}/pkg/PLIST
-WRKSRC= ${WRKDIR}/Xsi
-IS_INTERACTIVE= yes # needs "wnn" user
-
-post-extract:
- /bin/ln -sf Project.tmpl ${WRKSRC}/config/X11.tmpl
-
-# 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>
+.include "${.CURDIR}/../../japanese/Wnn/Makefile"