mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
fe279f0df8
Discussed with: kris Approved by: portmgr (implicit)
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= 3
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= XMMS plugin for Audioscrobbler.com
|
|
|
|
CONFLICTS= scrobbler-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../scrobbler
|
|
|
|
WITH_XMMS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|