1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/math/timbl/Makefile
Baptiste Daroussin ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00

25 lines
568 B
Makefile

# Created by: Yuri Victorovich <yuri@tsoft.com>
# $FreeBSD$
PORTNAME= timbl
PORTVERSION= 6.4.2
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://ilk.uvt.nl/downloads/pub/software/
MAINTAINER= yuri@tsoft.com
COMMENT= Tilburg Memory Based Learner
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
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>