freebsd-ports/chinese/stardict2-dict-zh_CN/Makefile
Xin LI cfe39a7205 The author apparently re-rolled the tarballs in order to give
another person credit for the work.  I have manually verified
these changes and is confident that such changes are safe.
2008-10-02 23:08:45 +00:00

38 lines
1.4 KiB
Makefile

# Ports collection makefile for: stardict2-dict-zh_CN
# Date created: 16 Jan 2004
# Whom: LI Dong <ld@FreeBSD.org.cn>
# $FreeBSD$
#
PORTNAME= stardict2-dict-zh_CN
PORTVERSION= 2.4.2
PORTREVISION= 8
CATEGORIES= chinese textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= stardict
DISTFILES= stardict-cdict-gb-${PORTVERSION}.tar.bz2 \
stardict-cedict-gb-${PORTVERSION}.tar.bz2 \
stardict-oxford-gb-${PORTVERSION}.tar.bz2 \
stardict-stardict1.3-${PORTVERSION}.tar.bz2 \
stardict-xdict-ce-gb-${PORTVERSION}.tar.bz2 \
stardict-xdict-ec-gb-${PORTVERSION}.tar.bz2
DIST_SUBDIR= stardict
MAINTAINER= ports@FreeBSD.org
COMMENT= English-Chinese(S)/Chinese(S)-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-cdict-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
${INSTALL_DATA} ${WRKDIR}/stardict-cedict-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
${INSTALL_DATA} ${WRKDIR}/stardict-oxford-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
${INSTALL_DATA} ${WRKDIR}/stardict-stardict1.3-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ec-gb-${PORTVERSION}/* ${PREFIX}/share/stardict/dic/
.include <bsd.port.mk>