mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
20 lines
372 B
Makefile
20 lines
372 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= 8
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= BMP plugin for Audioscrobbler.com
|
|
|
|
CONFLICTS= scrobbler-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../scrobbler
|
|
|
|
WITH_BMP= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|