2010-11-22 10:04:18 +00:00
|
|
|
# $OpenBSD: gettext.port.mk,v 1.12 2010/11/22 10:04:18 espie Exp $
|
2001-09-23 05:29:47 +00:00
|
|
|
|
2010-11-22 10:04:18 +00:00
|
|
|
_MODGETTEXT_SPEC = devel/gettext>=0.10.38
|
2006-11-20 13:37:00 +00:00
|
|
|
|
2010-11-15 19:45:56 +00:00
|
|
|
MODGETTEXT_LIB_DEPENDS = ${_MODGETTEXT_SPEC} converters/libiconv
|
|
|
|
MODGETTEXT_WANTLIB = intl>=5 iconv>=6
|
2010-11-06 16:07:00 +00:00
|
|
|
|
|
|
|
MODGETTEXT_RUN_DEPENDS = ${_MODGETTEXT_SPEC}
|
2001-10-31 20:27:12 +00:00
|
|
|
|
2001-10-28 06:05:23 +00:00
|
|
|
# The RUN_DEPENDS entry is to ensure gettext is installed. This is
|
|
|
|
# necessary so that we have locale.alias installed on static archs.
|
2001-09-24 17:17:02 +00:00
|
|
|
# Typically installed in PREFIX/share/locale.
|
2010-11-06 16:07:00 +00:00
|
|
|
LIB_DEPENDS += ${MODGETTEXT_LIB_DEPENDS}
|
|
|
|
BUILD_DEPENDS += ${_MODGETTEXT_SPEC}
|
|
|
|
RUN_DEPENDS += ${MODGETTEXT_RUN_DEPENDS}
|
|
|
|
WANTLIB += ${MODGETTEXT_WANTLIB}
|