mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
2cfb986134
functional. It was only used for obtaining cdaudio metadata - Bump PORTREVISION PR: 168154 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
20 lines
373 B
Makefile
20 lines
373 B
Makefile
# New ports collection makefile for: bmp-scrobbler
|
|
# Date created: 01-14-2005
|
|
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bmp-scrobbler
|
|
PORTREVISION= 10
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= BMP plugin for Audioscrobbler.com
|
|
|
|
CONFLICTS= scrobbler-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../scrobbler
|
|
|
|
WITH_BMP= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|