Somehow version script tests always fails on FreeBSD and the necessary FLAGS are not passed to the builder. See: https://github.com/dgibson/dtc/issues/171 This is a very bad way of fixing this but if someone has a better way of fixing this please let me know. PR: 291443 Reported by: jilles
24 lines
513 B
Makefile
24 lines
513 B
Makefile
PORTNAME= libdatrie
|
|
DISTVERSION= 0.2.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://github.com/tlwg/libdatrie/releases/download/v${DISTVERSION}/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Double-array trie implementation library
|
|
WWW= https://linux.thai.net/projects/datrie/
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= iconv:wchar_t libtool localbase:ldflags pathfix tar:xz
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
LDFLAGS+= ${ICONV_LIB}
|
|
|
|
.include <bsd.port.mk>
|