mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
877e282dd3
Convert USE_GNOME=gnomehack to USES=pathfix Convert USE_GMAKE to USES=gmake
26 lines
561 B
Makefile
26 lines
561 B
Makefile
# Created by: 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
|
|
USES= gmake pathfix pkgconfig
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's#doc/@PACKAGE@/examples#examples/@PACKAGE@#' ${WRKSRC}/demos/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|