aboutsummaryrefslogtreecommitdiff
path: root/textproc/wordnet/Makefile
blob: 45a661f9e169ed8fb7c5d4eaa3c887e40343d274 (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
35
36
37
38
39
40
# New ports collection makefile for:	wordnet
# Date created:		26 Feb 2000
# Whom:			Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#

PORTNAME=	wordnet
PORTVERSION=	1.6
CATEGORIES=	textproc
MASTER_SITES=	ftp://ftp.cogsci.princeton.edu/pub/wordnet/ \
		ftp://ftp.ims.uni-stuttgart.de/pub/WordNet/${PORTVERSION}/
DISTNAME=	wn16.unix

MAINTAINER=	mi@aldan.algebra.com

LIB_DEPENDS=	tk82.1:${PORTSDIR}/x11-toolkits/tk82

MAN1=		wn.1 wnb.1 wnintro.1
MAN3=		binsrch.3 morph.3 wnintro.3 wnsearch.3 wnutil.3
MAN5=		cntlist.5 glossidx.5 lexnames.5 senseidx.5 taglist.5 \
		wndb.5 wninput.5 wnintro.5
MAN7=		morphy.7 uniqbeg.7 wngloss.7 wngroups.7 wnintro.7 \
		wnlicens.7 wnpkgs.7 wnstats.7
MANCOMPRESSED=	maybe

WRKSRC=		${WRKDIR}/${PKGNAME}

TCL_DVER=	8.2
SCRIPTS_ENV+=	TCL_DVER=${TCL_DVER}
MAKE_ENV+=	TCL_DVER=${TCL_DVER}
PLIST_SUB+=	TCL_DVER=${TCL_DVER}
# Parallel build is faster even on a single cpu machine:
MAKE_ARGS=	-j 2

post-extract:
	# bin and lib contain useless pre-built binaries:
	${RM} -rf ${WRKSRC}/bin ${WRKSRC}/lib

.include <bsd.port.mk>