mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
b03c67869c
- Connect tests to the framework to help QA remaining patches - Force rebuild all consumers after https://reviews.llvm.org/D59783 Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
35 lines
645 B
Makefile
35 lines
645 B
Makefile
# Created by: Yuri Victorovich <yuri@tsoft.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= timbl
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 6.4.13
|
|
PORTREVISION= 3
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Tilburg Memory Based Learner
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libomp.so:devel/openmp \
|
|
libticcutils.so:devel/ticcutils
|
|
|
|
USES= autoreconf compiler:c++11-lang gmake gnome libtool \
|
|
pathfix pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= LanguageMachines
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
USE_GNOME= libxml2
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|