freebsd-ports/chinese/dictd-database/Makefile
Clive Lin 9d13bf1b41 A Chinese(Big5) <-> English database for dictd.
PR: ports/31298
Submitted by: Statue <statue@softwareliberty.org>
2001-10-20 13:58:38 +00:00

25 lines
508 B
Makefile

# 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
PORTVERSION= 1.1
CATEGORIES= chinese textproc
MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/
DISTNAME= dict-zh-${PORTVERSION}
MAINTAINER= statue@freebsd.sinica.edu.tw
BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/net/dictd
HAS_CONFIGURE= yes
USE_GMAKE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>