diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-22 19:26:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-22 19:26:08 +0000 |
commit | c9b6585592bd3107fabe618dd9e12787ef187f3a (patch) | |
tree | 4f67355ee05158328bdd6d6acab35c4bceea7047 /audio/libmpd/Makefile | |
parent | 9c1223aa9720199203dfda3d40ba7eacf2cf17fb (diff) | |
download | pkgsrc-c9b6585592bd3107fabe618dd9e12787ef187f3a.tar.gz |
Initial import of libmpd:
libmpd is trying to provide a easy to use high level, callback
based access to mpd. It tries to be fast and keep the data transfer
with mpd to the minimum. To do this it implements queues for deleting
and adding songs. There is extra functionallity added for the ease
of the programmer.
Diffstat (limited to 'audio/libmpd/Makefile')
-rw-r--r-- | audio/libmpd/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/libmpd/Makefile b/audio/libmpd/Makefile new file mode 100644 index 00000000000..7bec4001dd9 --- /dev/null +++ b/audio/libmpd/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/22 19:26:08 wiz Exp $ +# + +DISTNAME= libmpd-0.01 +CATEGORIES= audio +MASTER_SITES= http://download.qballcow.nl/programs/libmpd/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://download.qballcow.nl/programs/libmpd/libmpd.html +COMMENT= Library to access mpd (musicpd) + +USE_LIBTOOL= yes +PKGCONFIG_OVERRIDE+= ${WRKSRC}/libmpd-0.01.pc.in +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |