forked from Lainports/freebsd-ports
- Fix LICENSE
- Add LICENSE_FILE - Switch to USES=localbase - Pet portlint - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
be3b21b24a
commit
5786056b65
2 changed files with 7 additions and 7 deletions
|
|
@ -9,18 +9,18 @@ MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
|
|||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Double-array trie implementation library
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= iconv libtool localbase:ldflags pathfix tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
USES= iconv libtool pathfix tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
||||
LDFLAGS+= ${ICONV_LIB}
|
||||
|
||||
PORTDOCS= README.migration
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ trie also provides flexibility on incremental matching and key spelling
|
|||
manipulation. This makes it ideal for lexical analyzers, as well as
|
||||
spelling dictionaries.
|
||||
|
||||
WWW: http://linux.thai.net/projects/datrie/
|
||||
WWW: https://linux.thai.net/projects/datrie/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue