aboutsummaryrefslogtreecommitdiff
path: root/chinese/stardict-dict-zh_CN/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/stardict-dict-zh_CN/Makefile')
-rw-r--r--chinese/stardict-dict-zh_CN/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/chinese/stardict-dict-zh_CN/Makefile b/chinese/stardict-dict-zh_CN/Makefile
deleted file mode 100644
index 8130836a5c03..000000000000
--- a/chinese/stardict-dict-zh_CN/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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>