mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
ac0fb809d4
Approved by: portmgr (blanket)
16 lines
372 B
Makefile
16 lines
372 B
Makefile
PORTNAME= kcc
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ftp://ftp.sra.co.jp/pub/os/linux/JE/sources/base/
|
|
DISTNAME= ${PORTNAME}
|
|
DIST_SUBDIR= ${DISTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Kanji code conversion Filter
|
|
|
|
INSTALL_TARGET= install install.man
|
|
PLIST_FILES= bin/kcc share/man/ja/man1/kcc.1.gz
|
|
|
|
.include <bsd.port.mk>
|