e79fe1aabc
Many of the WWW are overwritten later which means the wrong value is used. This did not happen before where the children were either a) just using the pkg-descr from the parents b) or had their own separate pkg-descr with custom WWW Use WWW?= in parents when the child's WWW is different. Children that use the same WWW as the parent can just inherit it, i.e., the child WWW can be removed. Approved by: portmgr (implicit)
29 lines
663 B
Makefile
29 lines
663 B
Makefile
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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|