aboutsummaryrefslogtreecommitdiff
path: root/math/timbl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/timbl/Makefile')
-rw-r--r--math/timbl/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/timbl/Makefile b/math/timbl/Makefile
new file mode 100644
index 000000000000..85894c978fba
--- /dev/null
+++ b/math/timbl/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: timbl
+# Date created: 13 March 2008
+# Whom: Yuri Victorovich <yuri@tsoft.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= timbl
+PORTVERSION= 6.1.2
+CATEGORIES= math
+MASTER_SITES= http://ilk.uvt.nl/downloads/pub/software/
+
+MAINTAINER= yuri@tsoft.com
+COMMENT= Tilburg Memory Based Learner
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+USE_GNOME= gnomehack
+
+.include <bsd.port.mk>