summaryrefslogtreecommitdiff
path: root/chinese/stardict2/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-29 11:46:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-29 11:46:49 +0000
commitf2689630367648019e8dee438c2a25625116f640 (patch)
treec3910e60b5643b0f9b2ce1f8aead8bf325cefc8b /chinese/stardict2/Makefile
parentAdd mysql50-scripts, a slave port containing additional scripts for the (diff)
- Remove stardict2 after repository move to textproc category
Notes
Notes: svn path=/head/; revision=102512
Diffstat (limited to 'chinese/stardict2/Makefile')
-rw-r--r--chinese/stardict2/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/chinese/stardict2/Makefile b/chinese/stardict2/Makefile
deleted file mode 100644
index 6227c41717d4..000000000000
--- a/chinese/stardict2/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Ports collection makefile for: stardict2
-# Date created: 13 April 2003
-# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= stardict
-PORTVERSION= 2.2.1
-PORTREVISION= 2
-CATEGORIES= chinese textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTFILES= stardict-${PORTVERSION}.tar.bz2 \
- stardict-cdict-big5-2.1.0.tar.bz2 \
- stardict-cedict-big5-2.1.0.tar.bz2 \
- stardict-oxford-big5-2.1.0.tar.bz2 \
- stardict-xdict-big5-2.1.0.tar.bz2 \
- stardict-xdict-ce-big5-2.1.0.tar.bz2
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= English-Chinese dictionary
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-USE_GNOME= libgnome libgnomeui libbonobo gconf2
-
-MAN1= stardict.1
-
-post-install:
- ${MKDIR} ${PREFIX}/share/stardict/dic/
- ${INSTALL_DATA} ${WRKDIR}/stardict-cdict-big5-2.1.0/* ${PREFIX}/share/stardict/dic/
- ${INSTALL_DATA} ${WRKDIR}/stardict-cedict-big5-2.1.0/* ${PREFIX}/share/stardict/dic/
- ${INSTALL_DATA} ${WRKDIR}/stardict-oxford-big5-2.1.0/* ${PREFIX}/share/stardict/dic/
- ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-big5-2.1.0/* ${PREFIX}/share/stardict/dic/
- ${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-big5-2.1.0/* ${PREFIX}/share/stardict/dic/
-
-.include <bsd.port.mk>