1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/japanese/cannadic/Makefile
Jimmy Olgeni 021be14f65 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
2014-07-05 19:27:03 +00:00

39 lines
969 B
Makefile

# Created by: TOGAWA Satoshi <toga@puyo.org>
# $FreeBSD$
PORTNAME= cannadic
PORTVERSION= 0.95c
PORTREVISION= 2
CATEGORIES= japanese
MASTER_SITES= http://cannadic.oucrc.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= Canna dictionary containing a lot of words
RUN_DEPENDS= ${LOCALBASE}/sbin/cannaserver:${PORTSDIR}/japanese/canna-server
BUILD_DEPENDS= crxdic:${PORTSDIR}/japanese/canna-server
ALL_TARGET= maindic
SUB_FILES= README.FreeBSD pkg-message
PORTDOCS= README.ja README.FreeBSD
PKGMESSAGE= ${WRKDIR}/pkg-message
DICS= gcanna.cbd gcanna.cld gcannaf.ctd
DICSFILE= dics.dir.gpl_canna
DICDIR= ${LOCALBASE}/share/canna/dic/canna
NO_STAGE= yes
do-install:
cd ${WRKSRC} && \
${INSTALL} -c -g bin -m 664 -o bin ${DICS} ${DICSFILE} ${DICDIR}
${INSTALL_DATA} ${WRKDIR}/README.FreeBSD ${WRKSRC}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>