2001-10-20 15:58:38 +02: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
|
2002-07-21 12:53:33 +02:00
|
|
|
PORTVERSION= 1.3
|
2001-10-20 15:58:38 +02:00
|
|
|
CATEGORIES= chinese textproc
|
2002-05-10 21:00:51 +02:00
|
|
|
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/dictd-database/
|
2001-10-20 15:58:38 +02:00
|
|
|
DISTNAME= dict-zh-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= statue@freebsd.sinica.edu.tw
|
|
|
|
|
2002-07-21 12:53:33 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd
|
2001-10-20 15:58:38 +02:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|