1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/mpdscribble/Makefile
Martin Wilke eef6535b19 - Update to 0.2.12
PR:		ports/107854
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2007-01-12 21:18:25 +00:00

30 lines
563 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.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not build on 4.x
.endif
.include <bsd.port.post.mk>