1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/chasen/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

39 lines
901 B
Makefile

# New ports collection makefile for: chasen
# Date created: 21 October 1998
# Whom: kuriyama
#
# $NetBSD: Makefile,v 1.2 1999/06/07 09:54:39 sakamoto Exp $
# $FreeBSD$
#
PORTNAME= chasen
PORTVERSION= 2.02
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/lab/nlp/tools/chasen/ \
http://cactus.aist-nara.ac.jp/~akira-k/cha/arc/
DISTNAME= ${PORTNAME}-sys${PORTVERSION}-ipadic2.1
MAINTAINER= kuriyama@FreeBSD.org
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Text::ChaSen.3
WRKSRC= ${WRKDIR}/chasen-2.02
do-configure:
post-build:
@${ECHO_MSG} "Making dictionaries"
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} dic
@${ECHO_MSG} "Making perl5 module"
@cd ${WRKSRC}/perl; \
${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL; \
${SETENV} ${MAKE_ENV} ${MAKE}
post-install:
@cd ${WRKSRC}/perl; ${SETENV} ${MAKE_ENV} ${MAKE} install
.include <bsd.port.mk>