Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/audio/mpdas/Makefile 354089 2014-05-14 21:40:15Z madpilot $ |
2 |
# $FreeBSD: head/audio/mpdas/Makefile 354089 2014-05-14 21:40:15Z madpilot $ |
3 |
|
3 |
|
4 |
PORTNAME= mpdas |
4 |
PORTNAME= mpdas |
5 |
PORTVERSION= 0.3.0 |
5 |
PORTVERSION= 0.3.1 |
6 |
PORTREVISION= 5 |
|
|
7 |
CATEGORIES= audio |
6 |
CATEGORIES= audio |
8 |
MASTER_SITES= http://50hz.ws/mpdas/ |
7 |
MASTER_SITES= http://50hz.ws/mpdas/ |
9 |
|
8 |
|
Lines 13-19
Link Here
|
13 |
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ |
12 |
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ |
14 |
libmpd.so:${PORTSDIR}/audio/libmpd |
13 |
libmpd.so:${PORTSDIR}/audio/libmpd |
15 |
|
14 |
|
16 |
USES= pkgconfig tar:bzip2 |
15 |
USES= pkgconfig |
17 |
|
16 |
|
18 |
USE_RC_SUBR= mpdas |
17 |
USE_RC_SUBR= mpdas |
19 |
|
18 |
|