6eb5724243
o Make ja-chasen meta-port. o Upgrade to 2.2.7. o Separate ipadic to ja-ipadic-2.4.4.
27 lines
551 B
Makefile
27 lines
551 B
Makefile
# New ports collection makefile for: chasen-base
|
|
# Date created: 23 Jul 2001
|
|
# Whom: kuriyama
|
|
#
|
|
# $NetBSD: Makefile,v 1.2 1999/06/07 09:54:39 sakamoto Exp $
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= chasen
|
|
PORTVERSION= 2.2.7
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/
|
|
PKGNAMESUFFIX= -base
|
|
|
|
PATCHFILES= chasen-${PORTVERSION}-nmz.diff
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/chasen/dic
|
|
|
|
.include <bsd.port.mk>
|