aboutsummaryrefslogtreecommitdiffstats
path: root/korean/han/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-06-04 16:12:07 +0800
committerasami <asami@FreeBSD.org>1997-06-04 16:12:07 +0800
commite0131a0f5507f6f742ce0b064f50fb0ebd676658 (patch)
treede0dc697821019501dc7e51346cb464162aea346 /korean/han/Makefile
parentfcfc3b44eb822a3989bab4afbac0ba8a6cc1b058 (diff)
downloadfreebsd-ports-gnome-e0131a0f5507f6f742ce0b064f50fb0ebd676658.tar.gz
freebsd-ports-gnome-e0131a0f5507f6f742ce0b064f50fb0ebd676658.tar.zst
freebsd-ports-gnome-e0131a0f5507f6f742ce0b064f50fb0ebd676658.zip
The Korean console, modeled after kon (for Japanese).
PR: 3334 Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
Diffstat (limited to 'korean/han/Makefile')
-rw-r--r--korean/han/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/korean/han/Makefile b/korean/han/Makefile
new file mode 100644
index 000000000000..79838cbc75f2
--- /dev/null
+++ b/korean/han/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: han
+# Version required: 1.0fb
+# Date created: 12 Apr 1997
+# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
+#
+# $Id$
+#
+
+DISTNAME= han-1.0fb
+PKGNAME= kr-han-1.0fb
+CATEGORIES= korean
+MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/FreeBSD-kr/source/han/
+
+MAINTAINER= junker@jazz.snu.ac.kr
+
+USE_GMAKE= yes
+
+post-configure:
+ sed -e 's%%WRKSRC%%${WRKSRC}' \
+ -e 's%%PREFIX%%${PREFIX}' \
+ -e 's%%DISTDIR%%${DISTDIR}' \
+ files/dotconfig > ${WRKSRC}/.config
+ sed -e 's%%WRKSRC%%${WRKSRC}' \
+ -e 's%%PREFIX%%${PREFIX}' \
+ -e 's%%DISTDIR%%${DISTDIR}' \
+ files/han.sh > ${WRKSRC}/han.sh
+
+.include <bsd.port.mk>