1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/japanese/canna-server/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

36 lines
818 B
Makefile

# Created by: hrs
# $FreeBSD$
PORTNAME= canna
PORTVERSION= 3.7p3
PORTREVISION= 10
CATEGORIES= japanese
MASTER_SITES= OSDN/canna
PKGNAMESUFFIX= -server
DISTNAME= Canna${PORTVERSION:S/.//g}
MAINTAINER= hrs@FreeBSD.org
COMMENT= Kana-to-Kanji conversion system, binary part
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libcanna.so:japanese/canna-lib
USES= imake tar:bzip2
USE_RC_SUBR= canna
INSTALL_TARGET= instserver instclient
PORTDOCS= canna.bib canna.sty Imakefile README.jp Makefile \
intern lisp man
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DOCS
post-install:
@cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
${MAKEFILE} ${MAKE_ARGS} install.man
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/doc && ${CP} -R ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>