ccb140cf64
- trim Makefile header while here - bump PORTREVISION PR: 170986 Submitted by: Maxim Ignatenko <gelraen.ua at gmail dot com> Approved by: Henrik Friedrichsen <hrkfdn at gmail dot com> (maintainer)
38 lines
675 B
Makefile
38 lines
675 B
Makefile
# Created by: hrkfrd@googlemail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mpdas
|
|
PORTVERSION= 0.3.0
|
|
PORTREVISION= 3
|
|
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.6:${PORTSDIR}/ftp/curl \
|
|
mpd.4:${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-patch:
|
|
@${REINPLACE_CMD} -e 's#/usr/local#${PREFIX}#g; \
|
|
s#MANPREFIX#MAN_PREFIX#g' ${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
@${ECHO_MSG}
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO_MSG}
|
|
|
|
.include <bsd.port.mk>
|