2010-11-22 05:04:18 -05:00
|
|
|
# $OpenBSD: gettext.port.mk,v 1.12 2010/11/22 10:04:18 espie Exp $
|
2001-09-23 01:29:47 -04:00
|
|
|
|
2010-11-22 05:04:18 -05:00
|
|
|
_MODGETTEXT_SPEC = devel/gettext>=0.10.38
|
2006-11-20 08:37:00 -05:00
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
MODGETTEXT_LIB_DEPENDS = ${_MODGETTEXT_SPEC} converters/libiconv
|
|
|
|
MODGETTEXT_WANTLIB = intl>=5 iconv>=6
|
2010-11-06 12:07:00 -04:00
|
|
|
|
|
|
|
MODGETTEXT_RUN_DEPENDS = ${_MODGETTEXT_SPEC}
|
2001-10-31 15:27:12 -05:00
|
|
|
|
2001-10-28 01:05:23 -05: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 13:17:02 -04:00
|
|
|
# Typically installed in PREFIX/share/locale.
|
2010-11-06 12:07:00 -04:00
|
|
|
LIB_DEPENDS += ${MODGETTEXT_LIB_DEPENDS}
|
|
|
|
BUILD_DEPENDS += ${_MODGETTEXT_SPEC}
|
|
|
|
RUN_DEPENDS += ${MODGETTEXT_RUN_DEPENDS}
|
|
|
|
WANTLIB += ${MODGETTEXT_WANTLIB}
|