pkgsrc-wip/gettext-tools/buildlink3.mk
Jeremy C. Reed 2aedbb8226 This is a partial update. This is a work-in-progress.
Update to using gettext-0.14.3. ChangeLog is very quiet.
Installs new documentation, many new examples, new glibc2.m4
file, new locale files.

Appears to fix problem under Linux where the gnuintl libraries
are installed for no reason,

PLIST.Linux is added for lib/preloadable_libintl.so.

Include converters/libiconv/buildlink3.mk.

Note I am only using gettext-tools and didn't test
gettext-runtime. I don't know what gettext-libs in pkgsrc is
-- and since it uses this, it may be broken.

This needs to be tested on NetBSD and FreeBSD and others ...
2005-04-05 05:21:59 +00:00

25 lines
820 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2005/04/05 05:21:59 jeremy-c-reed Exp $
#
# This file was created automatically using createbuildlink-3.2.
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GETTEXT_TOOLS_BUILDLINK3_MK:= ${GETTEXT_TOOLS_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= gettext-tools
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngettext-tools}
BUILDLINK_PACKAGES+= gettext-tools
.if !empty(GETTEXT_TOOLS_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.gettext-tools+= gettext-tools>=0.14.1
BUILDLINK_PKGSRCDIR.gettext-tools?= ../../wip/gettext-tools
# XXX need to only depend on GNU libiconv on non-glibc systems
.include "../../converters/libiconv/buildlink3.mk"
.include "../../wip/gettext-runtime/buildlink3.mk"
.endif # GETTEXT_TOOLS_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}