pkgsrc/textproc/libunistring/Makefile
gdt 20433e1220 bl3 on libiconv (from wip/libunistring)
add bl3 file (for guile2, following wip/libunistring)
2012-12-06 00:10:26 +00:00

22 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/12/06 00:10:26 gdt Exp $
#
DISTNAME= libunistring-0.9.3
PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://ftp.gnu.org/gnu/libunistring/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/libunistring/
COMMENT= Unicode string library
LICENSE= gnu-lgpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INFO_FILES= yes
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"