summaryrefslogtreecommitdiffstats
path: root/chinese/stardict2-dict-zh_TW/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /chinese/stardict2-dict-zh_TW/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'chinese/stardict2-dict-zh_TW/Makefile')
-rw-r--r--chinese/stardict2-dict-zh_TW/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/chinese/stardict2-dict-zh_TW/Makefile b/chinese/stardict2-dict-zh_TW/Makefile
deleted file mode 100644
index ed16c3b31..000000000
--- a/chinese/stardict2-dict-zh_TW/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Ports collection makefile for: stardict2-dict-zh_TW
-# Date created: 16 Jan 2004
-# Whom: LI Dong <ld@FreeBSD.org.cn>
-# $FreeBSD$
-#
-
-PORTNAME= stardict2-dict-zh_TW
-PORTVERSION= 2.4.2
-PORTREVISION= 4
-CATEGORIES= chinese textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= stardict
-DISTFILES= stardict-cdict-big5-${PORTVERSION}.tar.bz2 \
- stardict-cedict-big5-${PORTVERSION}.tar.bz2 \
- stardict-langdao-ce-big5-${PORTVERSION}.tar.bz2 \
- stardict-langdao-ec-big5-${PORTVERSION}.tar.bz2 \
- stardict-oxford-big5-${PORTVERSION}.tar.bz2 \
- stardict-xdict-ce-big5-${PORTVERSION}.tar.bz2 \
- stardict-xdict-ec-big5-${PORTVERSION}.tar.bz2
-DIST_SUBDIR= stardict
-
-MAINTAINER= ld@FreeBSD.org.cn
-COMMENT= English-Chinese(T)/Chinese(T)-English dictionaries for StarDict
-
-RUN_DEPENDS= stardict:${PORTSDIR}/textproc/stardict2
-
-NO_BUILD= yes
-USE_BZIP2= yes
-
-do-install:
- ${MKDIR} ${PREFIX}/share/gnome/stardict/dic/
- ${INSTALL_DATA} ${WRKDIR}/stardict-cdict-big5-${PORTVERSION}/* ${PREFIX}/share/gnome/stardict/dic/
- ${INSTALL_DATA} ${WRKDIR}/stardict-cedict-big5-${PORTVERSION}/* ${PREFIX}/share/gnome/stardict/dic/
- ${INSTALL_DATA} ${WRKDIR}/stardict-langdao-ce-big5-${PORTVERSION}/* ${PREFIX}/share/gnome/stardict/dic/
- ${INSTALL_DATA} ${WRKDIR}/stardict-langdao-ec-big5-${PORTVERSION}/* ${PREFIX}/share/gnome/stardict/dic/
- ${INSTALL_DATA} ${WRKDIR}/stardict-oxford-big5-${PORTVERSION}/* ${PREFIX}/share/gnome/stardict/dic/
- ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-big5-${PORTVERSION}/* ${PREFIX}/share/gnome/stardict/dic/
- ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ec-big5-${PORTVERSION}/* ${PREFIX}/share/gnome/stardict/dic/
-
-.include <bsd.port.mk>