summaryrefslogtreecommitdiff
path: root/textproc/stardict2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/stardict2/Makefile')
-rw-r--r--textproc/stardict2/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/textproc/stardict2/Makefile b/textproc/stardict2/Makefile
deleted file mode 100644
index 8bcf98563d04..000000000000
--- a/textproc/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= 1
-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= statue@freebsd.sinica.edu.tw
-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 bonoboactivation 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>