84383bfeef
0.5.7 -> 0.5.8 ================= Akira TAGOH (6): Fix the build fail on MSVC 14 (fixes issue#13) Drop the word of GNOME from the ifdef'd variable for debugging Fix the build requirement in pkgconfig file Make some header files public (fixes: issue#14) Fix test fail on SunOS Fix unknown node issue
24 lines
655 B
Makefile
24 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/11/17 11:55:39 wiz Exp $
|
|
|
|
DISTNAME= liblangtag-0.5.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://bitbucket.org/tagoh/liblangtag/downloads/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= http://tagoh.bitbucket.org/liblangtag/
|
|
COMMENT= RFC 5646 language tag interface library
|
|
LICENSE= gnu-lgpl-v3 OR mpl-2.0
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES+= c
|
|
PKGCONFIG_OVERRIDE+= liblangtag.pc.in
|
|
|
|
#TEST_TARGET= check
|
|
#.include "../../devel/check/buildlink3.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|