1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/yamcha/Makefile
2013-09-22 18:05:04 +00:00

39 lines
908 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= yamcha
PORTVERSION= 0.33
CATEGORIES= textproc science
MASTER_SITES= http://chasen.org/~taku/software/yamcha/src/
MAINTAINER= clsung@FreeBSD.org
COMMENT= Yet Another Multipurpose CHunk Annotator
BUILD_DEPENDS= svm_learn:${PORTSDIR}/science/svmlight
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= perl5
USE_PERL5= build
NO_STAGE= yes
DOC_FILES= feature.png feature2.png feature3.png \
feature4.png feature5.png index.html \
yamcha.html yamcha.css
MAN1= yamcha.1
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for doc in ${DOC_FILES}
${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR}
.endfor
@${FIND} -s ${DOCSDIR} -type f | \
${SED} -e 's|^${PREFIX}/||' >> ${TMPPLIST}
@${FIND} -s ${DOCSDIR} -type d | \
${SED} -e 's|^${PREFIX}/|@dirrm |' >> ${TMPPLIST}
.endif
.include <bsd.port.mk>