summaryrefslogblamecommitdiff
path: root/chinese/dictd-database/Makefile
blob: 84d3efe11502f2ad6b4115256c93adb7b07bb6dc (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                       
                   
                                
                                                                      


                                            
                                                          
 
                                                                  
 
                   


                   
             
                                                       
 
                      
# 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

USE_LIBTOOL=	yes
USE_GMAKE=	yes
USE_PERL5_BUILD=yes

post-install:
	@${SED} -e 's,PREFIX,${PREFIX},g' ${PKGMESSAGE}

.include <bsd.port.mk>