mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
483d9e29e0
Reported by: Wolfgang Frisch <wfrisch@suse.de> MFH: 2024Q2 Security: CVE-2024-34020
19 lines
445 B
Makefile
19 lines
445 B
Makefile
PORTNAME= hcode
|
|
PORTVERSION= 2.1.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= korean
|
|
MASTER_SITES= http://ftp.kaist.ac.kr/hangul/incoming/ \
|
|
ftp://ftp.kaist.ac.kr/hangul/incoming/ \
|
|
ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/
|
|
DISTNAME= hcode2.1-mailpatch3
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Hangul code conversion utility
|
|
|
|
PLIST_FILES= bin/hcode
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/hcode ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|