2001-10-20 13:58:38 +00: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
|
2003-03-27 15:35:57 +00:00
|
|
|
PORTVERSION= 1.4
|
2001-10-20 13:58:38 +00:00
|
|
|
CATEGORIES= chinese textproc
|
2002-05-10 19:00:51 +00:00
|
|
|
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/dictd-database/
|
2001-10-20 13:58:38 +00:00
|
|
|
DISTNAME= dict-zh-${PORTVERSION}
|
|
|
|
|
2003-11-21 03:09:45 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= A Chinese <-> English dictd words database
|
2001-10-20 13:58:38 +00:00
|
|
|
|
2002-07-21 10:53:33 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd
|
2001-10-20 13:58:38 +00:00
|
|
|
|
2003-06-05 06:40:58 +00:00
|
|
|
USE_LIBTOOL= yes
|
2003-06-04 22:43:38 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5_BUILD=yes
|
|
|
|
|
2001-10-20 13:58:38 +00:00
|
|
|
post-install:
|
2003-06-05 06:40:58 +00:00
|
|
|
@${SED} -e 's,PREFIX,${PREFIX},g' ${PKGMESSAGE}
|
2001-10-20 13:58:38 +00:00
|
|
|
|
2003-06-05 06:40:58 +00:00
|
|
|
.include <bsd.port.mk>
|