forked from Lainports/freebsd-ports
- Install setup.sh as mpdscribble-setup which is required at runtime - Bump PORTREVISION PR: ports/122993 Submitted by: Sokolov Alexey <sokolov at truebsd.org>
27 lines
591 B
Makefile
27 lines
591 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.frob.nl/projects/scribble/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Mpd last.fm client
|
|
|
|
LIB_DEPENDS= soup:${PORTSDIR}/devel/libsoup22
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= mpdscribble.1
|
|
PLIST_FILES= bin/mpdscribble bin/mpdscribble-setup
|
|
|
|
post-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/setup.sh ${PREFIX}/bin/mpdscribble-setup
|
|
|
|
.include <bsd.port.mk>
|