fc0bd34d40
Pointed out by: kris
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= 3
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= BMP plugin for Audioscrobbler.com
|
|
|
|
CONFLICTS= scrobbler-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../scrobbler
|
|
|
|
WITH_BMP= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|