blob: 68d6a9e48a150b333d519dbab737e33c87d4adff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= liblangtag
PORTVERSION= 0.6.3
PORTREVISION= 2
CATEGORIES= devel textproc
MASTER_SITES= https://bitbucket.org/tagoh/liblangtag/downloads/ \
LOCAL/jkim
MAINTAINER= office@FreeBSD.org
COMMENT= Interface library to access tags for identifying languages
LICENSE= LGPL3 MPL20
LICENSE_COMB= dual
LIB_DEPENDS= libxml2.so:textproc/libxml2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= iconv libtool pathfix pkgconfig tar:bzip2
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-introspection
.include <bsd.port.mk>
|