diff options
Diffstat (limited to 'korean/FreeWnn-lib/Makefile')
-rw-r--r-- | korean/FreeWnn-lib/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/korean/FreeWnn-lib/Makefile b/korean/FreeWnn-lib/Makefile new file mode 100644 index 000000000000..7c192b481d40 --- /dev/null +++ b/korean/FreeWnn-lib/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: Wnn +# Version required: 4.2 +# Date created: 22 November 1994 +# Whom: asami +# +# $Id$ +# + +DISTNAME= Wnn4.2 +PKGNAME= kr-Wnn-4.2 +CATEGORIES= korean +MASTER_SITES= ftp://utsun.s.u-tokyo.ac.jp/fj/ + +MAINTAINER= ports@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/Xsi +IS_INTERACTIVE= yes # needs "wnn" user + +# 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> |