mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
17 lines
259 B
Makefile
17 lines
259 B
Makefile
# Created by: arved
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmms-scrobbler
|
|
PORTREVISION= 6
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= XMMS plugin for Audioscrobbler.com
|
|
|
|
CONFLICTS= scrobbler-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../scrobbler
|
|
|
|
WITH_XMMS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|