mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d9f7c4b28d
hanemacs and hmconv had invalid version strings (fixed). I also got replaced AMI_VER and HANIM_VER with PORTVERSION but I didn't touch BROWSER_VER (in netscape ports) since it was used in too many places.
21 lines
484 B
Makefile
21 lines
484 B
Makefile
# New ports collection makefile for: hcode
|
|
# Date created: 31 Mar 1997
|
|
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hcode
|
|
PORTVERSION= 2.1.3
|
|
CATEGORIES= korean
|
|
MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/incoming/ \
|
|
ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/incoming/
|
|
DISTNAME= hcode2.1-mailpatch3
|
|
|
|
MAINTAINER= junker@jazz.snu.ac.kr
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/hcode ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|