freebsd-ports/audio/mpdas/Makefile
Dmitry Marakasov 8422dbb5dc - Fix rc-script
PR:		141217
Submitted by:	Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
2009-12-12 01:34:22 +00:00

37 lines
635 B
Makefile

# Ports collection makefile for: mpdas
# Date created: Nov 11, 2008
# Whom: hrkfrd@googlemail.com
#
# $FreeBSD$
#
PORTNAME= mpdas
PORTVERSION= 0.2.5
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://50hz.ws/mpdas/
MAINTAINER= hrkfdn@gmail.com
COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \
mpd:${PORTSDIR}/audio/libmpd
USE_GNOME= pkgconfig
USE_BZIP2= yes
USE_RC_SUBR= mpdas
SUB_FILES= pkg-message
PLIST_FILES= bin/mpdas
MAN1= mpdas.1
MANCOMPRESSED= no
post-install:
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.mk>