1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/korean/hcode/Makefile
Masafumi Max NAKANE dd97a11c0f New port:
hcode-2.1mailpatch2
Hangul Code Conversion program. It can convert almost all kind of
current used(or not used anymore) Korean language code, including
KS C 5601-1987, ISO-2022-KR, Johab, N-byte, etc.

PR:		3153
Submitted by:	Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-05-03 21:43:56 +00:00

21 lines
497 B
Makefile

# New ports collection makefile for: hcode
# Version required: 2.1mailpatch2
# Date created: 31 Mar 1997
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
#
# $Id$
#
DISTNAME= hcode2.1-mailpatch2
PKGNAME= kr-hcode-2.1.2
CATEGORIES= korean
MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/code/hcode/ \
ftp://sunsite.kren.nm.kr/pub/packages/hangul/code/hcode/
MAINTAINER= junker@jazz.snu.ac.kr
do-install:
${INSTALL_PROGRAM} hcode ${PREFIX}/bin
.include <bsd.port.mk>