freebsd-ports/japanese/cmigemo-dict/Makefile
Mathieu Arnold 07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00

32 lines
764 B
Makefile

# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
# $FreeBSD$
CATEGORIES= japanese
MASTER_SITES= LOCAL/nobutaka:skkdic
PKGNAMESUFFIX= -dict
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${SKKDIC_FILE}:skkdic
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Dictionary for C/Migemo Japanese incremental search tool
LICENSE= GPLv2
MASTERDIR= ${.CURDIR}/../../japanese/cmigemo
PKGDIR= ${.CURDIR}
USES= perl5
USE_PERL5= patch build run
ALL_TARGET= gcc-dict
INSTALL_TARGET= gcc-install-dict
SKKDIC_FILE= SKK-JISYO.L-20110813.bz2
LICENSE_DISTFILES= ${SKKDIC_FILE}
post-extract:
${BZCAT} ${DISTDIR}/${DIST_SUBDIR}/${SKKDIC_FILE} > ${WRKSRC}/dict/SKK-JISYO.L
${CHMOD} a+x ${WRKSRC}/configure
.include "${MASTERDIR}/Makefile"