1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/japanese/canna-lib/Makefile
2021-04-06 16:31:07 +02:00

24 lines
448 B
Makefile

# Created by: hrs
PORTNAME= canna
PORTVERSION= 3.7p3
PORTREVISION= 9
CATEGORIES= japanese
MASTER_SITES= OSDN/canna
PKGNAMESUFFIX= -lib
DISTNAME= Canna${PORTVERSION:S/.//g}
MAINTAINER= hrs@FreeBSD.org
COMMENT= Kana-to-Kanji conversion system, library part
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= imake:notall,noman tar:bzip2
USE_LDCONFIG= yes
ALL_TARGET= canna
INSTALL_TARGET= instsgs
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>