6527ef2070
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)
19 lines
348 B
Makefile
19 lines
348 B
Makefile
# New ports collection makefile for: xmms-scrobbler
|
|
# Date created: 2004-12-06
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmms-scrobbler
|
|
PORTREVISION= 5
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= XMMS plugin for Audioscrobbler.com
|
|
|
|
CONFLICTS= scrobbler-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../scrobbler
|
|
|
|
WITH_XMMS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|