mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
f76a258560
- Take maintainership for libmpd and gmpc PR: 127613 127614 Submitted by: miwi Approved by: maintainer
22 lines
469 B
Makefile
22 lines
469 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.16.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Abstraction around libmpdclient
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= pkgconfig glib20 gnomehack
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|