1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/textproc/yamcha/Makefile
2021-04-06 16:31:07 +02:00

31 lines
720 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
PORTNAME= yamcha
PORTVERSION= 0.33
PORTREVISION= 2
CATEGORIES= textproc science
MASTER_SITES= http://chasen.org/~taku/software/yamcha/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet Another Multipurpose CHunk Annotator
BUILD_DEPENDS= svm_learn:science/svmlight
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= libtool perl5
USE_CXXSTD= c++98
USE_PERL5= build
INSTALL_TARGET= install-strip
PORTDOCS= feature.png feature2.png feature3.png \
feature4.png feature5.png index.html \
yamcha.html yamcha.css
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>