1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/japanese/canna-lib/Makefile
Alexandre C. Guimarães d0fc635f72 Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports geographical load balancing
- update all affected ports

PR:		244164
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision:	https://reviews.freebsd.org/D24955
2020-07-24 06:28:59 +00:00

25 lines
460 B
Makefile

# Created by: hrs
# $FreeBSD$
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>