freebsd-ports/audio/mpdscribble/Makefile
Rong-En Fan 883d02d834 - Do not assume /bin/sh is bash in setup.sh
- Install setup.sh as mpdscribble-setup which is required at runtime
- Bump PORTREVISION

PR:		ports/122993
Submitted by:	Sokolov Alexey <sokolov at truebsd.org>
2008-06-01 12:34:11 +00:00

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>