aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/nltk/Makefile
blob: 722c6683d50f3f92cdd79fec54e03a9d4814162f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ex:ts=8
# Ports collection makefile for:    nltk
# Date created:             Oct 30, 2003
# Whom:                 clsung
#
# $FreeBSD$
#

PORTNAME=   nltk
PORTVERSION=    1.4.4
CATEGORIES= textproc python
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Natural language toolkit written in python

USE_PYTHON= 2.3+
USE_PYDISTUTILS=    yes
USE_PYTHON_PREFIX=  yes

.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN=     Coredump during build on alpha 4.x
.endif

post-install:
    @${FIND} ${PYTHON_SITELIBDIR}/nltk ! -type d | \
        ${SED} 's,^${TARGETDIR}/,,' >> ${TMPPLIST}
    @${FIND} ${PYTHON_SITELIBDIR}/nltk -type d | ${SORT} -r | \
        ${SED} 's,^${TARGETDIR}/,@dirrm ,' >> ${TMPPLIST}

.include <bsd.port.post.mk>