openbsd-ports/devel/gettext/gettext.port.mk
2006-11-20 13:37:00 +00:00

14 lines
530 B
Makefile

# $OpenBSD: gettext.port.mk,v 1.5 2006/11/20 13:37:00 bernd Exp $
MODGETTEXT_LIB_DEPENDS= intl.>=3:gettext->=0.10.38:devel/gettext \
iconv.>=4::converters/libiconv
MODGETTEXT_RUN_DEPENDS= :gettext->=0.10.38:devel/gettext
# 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.
LIB_DEPENDS+= ${MODGETTEXT_LIB_DEPENDS}
BUILD_DEPENDS+= ${MODGETTEXT_RUN_DEPENDS}
RUN_DEPENDS+= ${MODGETTEXT_RUN_DEPENDS}