freebsd-ports/japanese/chasen-base/Makefile

36 lines
867 B
Makefile
Raw Normal View History

# 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.4.4
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= chasen-legacy/32224
PKGNAMESUFFIX= -base
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Japanese Morphological Analysis System
BUILD_DEPENDS= ${LOCALBASE}/include/darts.h:${PORTSDIR}/devel/darts
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-darts=${LOCALBASE}/include --with-libiconv=${LOCALBASE}
USES= iconv
USE_LDCONFIG= yes
2002-03-16 18:33:29 +01:00
post-install:
${RM} -f ${PREFIX}/lib/libchasen.la
${MKDIR} ${PREFIX}/share/chasen/dic
2002-03-16 18:33:29 +01:00
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/manual* ${DOCSDIR}
2002-03-16 18:33:29 +01:00
.endif
.include <bsd.port.mk>