freebsd-ports/textproc/wordnet/Makefile
Mikhail Teterin 27db40cf8d Upgrade from 2.1 to 3.0. It appears, the bulk of the changes went into
the word databases, for the software is almost completely unmodified.

Depened only on Tcl. Tk is needed for the GUI-browser wnb only, and
should not prevent X11-less servers from using WordNet. pkg-message
is set up to inform the user, that they need Tk present for wnb to
function.
2007-05-28 18:43:00 +00:00

41 lines
1 KiB
Makefile

# New ports collection makefile for: wordnet
# Date created: 26 Feb 2000
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#
PORTNAME= WordNet
PORTVERSION= 3.0
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cogsci.princeton.edu/pub/wordnet/${PORTVERSION}/ \
http://wordnet.princeton.edu/${PORTVERSION}/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Dictionaries and thesauri with devel. libraries (C, TCL) and browsers
USE_TCL= yes
SCRIPTS_ENV+= TCL_DVER=${TCL_VER} VER=${PORTVERSION}
MAKE_ENV+= TCL_DVER=${TCL_VER} VER=${PORTVERSION}
PLIST_SUB+= TCL_DVER=${TCL_VER} VER=${PORTVERSION}
USE_BZIP2= yes
REINPLACE_ARGS= -i ""
INSTALLS_SHLIB= yes
SUB_FILES= pkg-message
SUB_LIST+= TCL_VER=${TCL_VER}
post-patch:
${REINPLACE_CMD} -e 's,/usr/local/WordNet-2.1,${DATADIR},g' \
${WRKSRC}/src/wnb ${WRKSRC}/doc/man/*.?
${REINPLACE_CMD} -e 's, *\\n,\\n,' ${WRKSRC}/include/wn.h
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>
.for s in 1 3 5 7
MAN$s != ${MAKE} -f ${FILESDIR}/man.Makefile -V MAN$s
.endfor
.include <bsd.port.post.mk>