bl3 on libiconv (from wip/libunistring)
add bl3 file (for guile2, following wip/libunistring)
This commit is contained in:
parent
20249f73f0
commit
20433e1220
2 changed files with 18 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2012/10/25 06:56:04 asau Exp $
|
||||
# $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/
|
||||
|
||||
|
@ -10,10 +11,12 @@ HOMEPAGE= http://www.gnu.org/software/libunistring/
|
|||
COMMENT= Unicode string library
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INFO_FILES= yes
|
||||
|
||||
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
|
||||
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
13
textproc/libunistring/buildlink3.mk
Normal file
13
textproc/libunistring/buildlink3.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2012/12/06 00:10:26 gdt Exp $
|
||||
|
||||
BUILDLINK_TREE+= libunistring
|
||||
|
||||
.if !defined(LIBUNISTRING_BUILDLINK3_MK)
|
||||
LIBUNISTRING_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libunistring+= libunistring>=0.9.3
|
||||
BUILDLINK_PKGSRCDIR.libunistring?= ../../textproc/libunistring
|
||||
|
||||
.endif # LIBUNISTRING_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -libunistring
|
Loading…
Reference in a new issue