mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
4e69263e5f
- Take maintainership of xmms-scrobbler
20 lines
348 B
Makefile
20 lines
348 B
Makefile
# New ports collection makefile for: xmms-scrobbler
|
|
# Date created: 2004-12-06
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmms-scrobbler
|
|
PORTREVISION= 1
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= XMMS plugin for Audioscrobbler.com
|
|
|
|
CONFLICTS= scrobbler-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../scrobbler
|
|
|
|
WITH_XMMS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|