openbsd-ports/devel/gettext/gettext.port.mk

17 lines
599 B
Makefile
Raw Normal View History

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
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
# The RUN_DEPENDS entry is to ensure gettext is installed. This is
# necessary so that we have locale.alias installed on static archs.
# 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}