mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
23 lines
344 B
Makefile
23 lines
344 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= libmpdclient
|
|
PORTVERSION= 2.9
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.musicpd.org/download/libmpdclient/2/
|
|
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= API library for interfacing MPD
|
|
|
|
USES+= tar:xz
|
|
GNU_CONFIGURE= yes
|
|
USES+= gmake
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --disable-documentation
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|
|
|