090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
15 lines
285 B
Makefile
15 lines
285 B
Makefile
# New ports collection makefile for: linphone
|
|
# Date created: 30 December 2002
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= net gnome
|
|
|
|
LINPHONE_GUI= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net/linphone-base
|
|
|
|
.include "${MASTERDIR}/Makefile"
|