mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
f89a2cd356
letter a-c
24 lines
465 B
Makefile
24 lines
465 B
Makefile
# New ports collection makefile for: mpdscribble
|
|
# Date created: July 13 2006
|
|
# Whom: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpdscribble
|
|
PORTVERSION= 0.2.12
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.frob.nl/projects/scribble/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Mpd last.fm client
|
|
|
|
LIB_DEPENDS= soup:${PORTSDIR}/devel/libsoup
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= mpdscribble.1
|
|
PLIST_FILES= bin/mpdscribble
|
|
|
|
.include <bsd.port.mk>
|