2013-04-23 09:27:18 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
2014-11-29 19:22:32 +01:00
|
|
|
# Sets a library dependency on gettext-runtime and a build dependency
|
|
|
|
# on gettext-tools. Same as "USES=gettext-runtime gettext-tools".
|
2013-04-23 09:27:18 +02:00
|
|
|
#
|
|
|
|
# Feature: gettext
|
2014-11-29 19:22:32 +01:00
|
|
|
# Usage: USES=gettext
|
2013-04-23 09:27:18 +02:00
|
|
|
#
|
2014-11-29 19:22:32 +01:00
|
|
|
# MAINTAINER: portmgr@FreeBSD.org
|
2014-03-15 11:31:54 +01:00
|
|
|
|
2013-04-23 09:27:18 +02:00
|
|
|
.if !defined(_INCLUDE_USES_GETTEXT_MK)
|
|
|
|
_INCLUDE_USES_GETTEXT_MK= yes
|
|
|
|
|
2014-11-29 19:22:32 +01:00
|
|
|
.if !empty(gettext_ARGS)
|
|
|
|
IGNORE= USES=gettext does not take arguments
|
2013-04-23 09:27:18 +02:00
|
|
|
.endif
|
|
|
|
|
2014-11-29 19:22:32 +01:00
|
|
|
.include "${USESDIR}/gettext-runtime.mk"
|
|
|
|
.include "${USESDIR}/gettext-tools.mk"
|
2013-04-23 09:27:18 +02:00
|
|
|
|
|
|
|
.endif
|