abf6c32c13
* Version 1.2 (released 2007-10-01) ** Development git tree moved to savannah. See <https://savannah.gnu.org/projects/libidn/>. ** Update gnulib files. Including mono detection fixes. ** Update translations. ** API and ABI is backwards compatible with the previous version. * Version 1.1 (released 2007-09-01) ** Fix compilation error in idn-int.h. The error would typically be 'error: no include path in which to search for stdint.h'. Reported by Remko van der Vossen <wich@stack.nl>, see <http://thread.gmane.org/gmane.comp.gnu.libidn.general/65> and <http://bugs.sourcemage.org/show_bug.cgi?id=13857>. ** Declare external variables with __declspec(import) for Windows. Apparently this is required for variables in DLL's on Windows. This is enabled if __DECLSPEC_SUPPORTED is defined (MinGW), or if _MSC_VER and_DLL is defined (MSVC). ** Update gnulib files. ** Update translations. ** API and ABI is backwards compatible with the previous version.
30 lines
806 B
Makefile
30 lines
806 B
Makefile
# $NetBSD: Makefile,v 1.46 2007/11/29 16:53:59 wiz Exp $
|
|
|
|
DISTNAME= libidn-1.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \
|
|
http://josefsson.org/libidn/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/libidn/
|
|
COMMENT= Internationalized Domain Names command line tool
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= makeinfo pkg-config perl:build
|
|
TEXINFO_REQD= 4.1
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libidn.pc.in
|
|
TEST_TARGET= check
|
|
#LICENSE= GPL3 LGPL2
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|