blob: 469d8b209a14fb3eb18de054a1250f67b5d1ebda (
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
|
# New ports collection makefile for: timbl
# Date created: 13 March 2008
# Whom: Yuri Victorovich <yuri@tsoft.com>
#
# $FreeBSD$
#
PORTNAME= timbl
PORTVERSION= 6.4.2
CATEGORIES= math
MASTER_SITES= http://ilk.uvt.nl/downloads/pub/software/
MAINTAINER= yuri@tsoft.com
COMMENT= Tilburg Memory Based Learner
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
MAN1= timbl.1
GNU_CONFIGURE= yes
USE_GMAKE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} 's#doc/@PACKAGE@/examples#examples/@PACKAGE@#' ${WRKSRC}/demos/Makefile.in
.include <bsd.port.mk>
|