aboutsummaryrefslogtreecommitdiff
path: root/chinese/dictd-database/Makefile
blob: d6cf7baf29a3c5d58656848f0a60586a77055070 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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.4
CATEGORIES=	chinese textproc
MASTER_SITES=	ftp://freebsd.sinica.edu.tw/pub/statue/dictd-database/
DISTNAME=	dict-zh-${PORTVERSION}

MAINTAINER=	statue@freebsd.sinica.edu.tw
COMMENT=	A Chinese <-> English dictd words database

BUILD_DEPENDS=  ${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not build"
.endif

HAS_CONFIGURE=	yes
USE_GMAKE=	yes
USE_PERL5_BUILD=yes

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>