mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
24 lines
468 B
Makefile
24 lines
468 B
Makefile
# New ports collection makefile for: libmpdclient
|
|
# Date created: Dec 23 2009
|
|
# Whom: Grzegorz Blach <magik@roorback.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmpdclient
|
|
PORTVERSION= 2.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= magik@roorback.net
|
|
COMMENT= API library for interfacing MPD
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= pkgconfig gnomehack
|
|
USE_LDCONFIG= yes
|
|
WITH_FBSD10_FIX=yes
|
|
|
|
.include <bsd.port.mk>
|