1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/japanese/stardict-dict-ja/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

31 lines
881 B
Makefile

# Ports collection makefile for: stardict2-dict-ja
# Date created: 16 Jan 2004
# Whom: LI Dong <ld@FreeBSD.org.cn>
# $FreeBSD$
#
PORTNAME= stardict2-dict-ja
PORTVERSION= 2.4.2
PORTREVISION= 7
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= stardict
DISTFILES= stardict-jmdict-en-ja-${PORTVERSION}.tar.bz2 \
stardict-jmdict-ja-en-${PORTVERSION}.tar.bz2
DIST_SUBDIR= stardict
MAINTAINER= ports@FreeBSD.org
COMMENT= English-Japanese/Japanese-English dictionaries for StarDict
RUN_DEPENDS= stardict:${PORTSDIR}/textproc/stardict2
NO_BUILD= yes
USE_BZIP2= yes
do-install:
${MKDIR} ${PREFIX}/share/stardict/dic/
${INSTALL_DATA} ${WRKDIR}/stardict-jmdict-en-ja-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
${INSTALL_DATA} ${WRKDIR}/stardict-jmdict-ja-en-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
.include <bsd.port.mk>