2005-03-11 03:52:25 +01:00
|
|
|
# New ports collection makefile for: dict-zh
|
|
|
|
# Date created: 25 Oct 1999
|
|
|
|
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dictd-database
|
2005-04-06 15:07:43 +02:00
|
|
|
PORTVERSION= 1.6
|
2006-08-12 20:06:39 +02:00
|
|
|
PORTREVISION= 1
|
2005-03-11 03:52:25 +01:00
|
|
|
CATEGORIES= chinese textproc
|
2008-12-31 10:05:14 +01:00
|
|
|
MASTER_SITES= LOCAL/rafan/chinese/ \
|
2005-03-11 03:52:25 +01:00
|
|
|
ftp://freebsd.sinica.edu.tw/pub/statue/dictd-database/
|
|
|
|
DISTNAME= dict-zh-${PORTVERSION}
|
|
|
|
|
2006-06-27 05:58:58 +02:00
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
2005-03-11 03:52:25 +01:00
|
|
|
COMMENT= A Chinese <-> English dictd words database
|
|
|
|
|
2005-04-06 15:07:43 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/dictd:${PORTSDIR}/net/dictd
|
2005-03-11 03:52:25 +01:00
|
|
|
|
2005-04-06 15:07:43 +02:00
|
|
|
NO_BUILD= yes
|
2010-01-09 15:57:32 +01:00
|
|
|
SUB_FILES= pkg-message
|
2005-03-11 03:52:25 +01:00
|
|
|
|
2005-04-06 15:07:43 +02:00
|
|
|
DICTFILES= cedict pydict moecomp netterm
|
|
|
|
|
|
|
|
do-install:
|
2007-08-04 13:41:30 +02:00
|
|
|
@${MKDIR} ${PREFIX}/lib/dict
|
2005-04-06 15:07:43 +02:00
|
|
|
for f in ${DICTFILES}; do \
|
2007-08-04 13:41:30 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/$${f}.dict.dz ${PREFIX}/lib/dict; \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$${f}.index ${PREFIX}/lib/dict; \
|
2005-04-06 15:07:43 +02:00
|
|
|
done
|
2005-03-11 03:52:25 +01:00
|
|
|
|
|
|
|
post-install:
|
2005-04-06 15:07:43 +02:00
|
|
|
@${ECHO}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
@${ECHO}
|
2005-03-11 03:52:25 +01:00
|
|
|
|
2009-01-05 18:27:29 +01:00
|
|
|
.include <bsd.port.mk>
|