diff options
Diffstat (limited to 'audio/libopendaap/Makefile')
-rw-r--r-- | audio/libopendaap/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/libopendaap/Makefile b/audio/libopendaap/Makefile new file mode 100644 index 00000000000..e9044fe9b59 --- /dev/null +++ b/audio/libopendaap/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/06 08:02:49 agc Exp $ +# + +DISTNAME= libopendaap-0.2.1 +CATEGORIES= audio +MASTER_SITES= http://crazney.net/programs/itunes/files/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://crazney.net/programs/itunes/libopendaap.html +COMMENT= DAAP client library + +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../devel/pkgconfig/buildlink3.mk" + +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |