mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
1d7803fa7b
PR: 118821 Submitted by: Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer)
23 lines
515 B
Makefile
23 lines
515 B
Makefile
# New ports collection makefile for: libmpd
|
|
# Date created: Apr 4 2006
|
|
# Whom: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmpd
|
|
PORTVERSION= 0.15.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.sarine.nl/gmpc-0.15.5/ \
|
|
http://download.gna.org/kanicule/freebsd/distfiles/
|
|
|
|
MAINTAINER= mathias@monnerville.com
|
|
COMMENT= Abstraction around libmpdclient
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= pkgconfig glib20 gnomehack
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|