ed1ad7e1b9
- Change Makefile headers to shorter form Feature safe: yes
18 lines
369 B
Makefile
18 lines
369 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmpdclient
|
|
PORTVERSION= 2.7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
|
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>
|