1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/japanese/chasen-base/Makefile
Rene Ladan 3baff476bf - Update to 2.4.5 [1]
- Stage support
- Install libchasen.la

Note that japanese/chasen remains expired.

PR:		ports/183764 [1]
Submitted by:	Akira Noda <you.akira.noda@gmail.com>
MFH:		2014Q2
Security:	http://vuxml.org/freebsd/972837fc-c304-11e3-8758-00262d5ed8ee.html
2014-04-13 12:40:32 +00:00

28 lines
687 B
Makefile

# Created by: kuriyama
# $FreeBSD$
PORTNAME= chasen
PORTVERSION= 2.4.5
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= chasen-legacy/56305
PKGNAMESUFFIX= -base
MAINTAINER= ports@FreeBSD.org
COMMENT= Japanese Morphological Analysis System
BUILD_DEPENDS= ${LOCALBASE}/include/darts.h:${PORTSDIR}/devel/darts
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-darts=${LOCALBASE}/include ${ICONV_CONFIGURE_BASE}
USES= iconv
USE_LDCONFIG= yes
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/chasen/dic
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/manual* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>