2001-07-23 11:54:11 +02:00
|
|
|
# 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
|
2008-12-29 23:35:53 +01:00
|
|
|
PORTVERSION= 2.4.4
|
2003-04-02 14:32:48 +02:00
|
|
|
CATEGORIES= japanese textproc
|
2008-12-29 23:35:53 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
|
|
MASTER_SITE_SUBDIR= chasen-legacy/32224
|
2001-07-23 11:54:11 +02:00
|
|
|
PKGNAMESUFFIX= -base
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Japanese Morphological Analysis System
|
2001-07-23 11:54:11 +02:00
|
|
|
|
2003-04-02 14:32:48 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/darts.h:${PORTSDIR}/devel/darts
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2002-05-12 21:51:04 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-05-14 14:55:48 +02:00
|
|
|
CONFIGURE_ARGS= --with-darts=${LOCALBASE}/include --with-libiconv=${LOCALBASE}
|
2013-04-27 13:59:28 +02:00
|
|
|
USES= iconv
|
2006-08-15 02:29:13 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-03-16 18:33:29 +01:00
|
|
|
|
2001-07-23 11:54:11 +02:00
|
|
|
post-install:
|
2002-03-25 22:14:39 +01:00
|
|
|
${RM} -f ${PREFIX}/lib/libchasen.la
|
2001-07-23 11:54:11 +02:00
|
|
|
${MKDIR} ${PREFIX}/share/chasen/dic
|
2002-03-16 18:33:29 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2008-11-17 21:43:55 +01:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/manual* ${DOCSDIR}
|
2002-03-16 18:33:29 +01:00
|
|
|
.endif
|
2001-07-23 11:54:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|