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)
22 lines
413 B
Makefile
22 lines
413 B
Makefile
# New ports collection makefile for: xmms
|
|
# Date created: 9 November 2003
|
|
# Whom: oleg dashevskii <be9-ml@be9.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms
|
|
PORTREVISION= 1
|
|
CATEGORIES= russian
|
|
|
|
MAINTAINER= be9-ml@be9.ru
|
|
COMMENT= RusXMMS - X Multimedia System with Russian encoding patch
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/xmms
|
|
|
|
CONFLICTS= xmms-[0-9]*
|
|
|
|
WITH_RUSXMMS_PATCHES= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|