blob: d2689c82decc6dcda0d6fbbb4f3e27c9bbb9b162 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: libmpdclient
# Date created: Dec 23 2009
# Whom: Grzegorz Blach <magik@roorback.net>
#
# $FreeBSD$
#
PORTNAME= libmpdclient
PORTVERSION= 2.7
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
.include <bsd.port.mk>
|