mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
create bsd12 branch
This commit is contained in:
21
Mk/Uses/gettext.mk
Normal file
21
Mk/Uses/gettext.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
# $FreeBSD: head/Mk/Uses/gettext.mk 373636 2014-11-29 18:22:32Z tijl $
|
||||
#
|
||||
# Sets a library dependency on gettext-runtime and a build dependency
|
||||
# on gettext-tools. Same as "USES=gettext-runtime gettext-tools".
|
||||
#
|
||||
# Feature: gettext
|
||||
# Usage: USES=gettext
|
||||
#
|
||||
# MAINTAINER: portmgr@FreeBSD.org
|
||||
|
||||
.if !defined(_INCLUDE_USES_GETTEXT_MK)
|
||||
_INCLUDE_USES_GETTEXT_MK= yes
|
||||
|
||||
.if !empty(gettext_ARGS)
|
||||
IGNORE= USES=gettext does not take arguments
|
||||
.endif
|
||||
|
||||
.include "${USESDIR}/gettext-runtime.mk"
|
||||
.include "${USESDIR}/gettext-tools.mk"
|
||||
|
||||
.endif
|
||||
Reference in New Issue
Block a user