summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-08-16 23:32:04 +0000
committerschmonz <schmonz>2004-08-16 23:32:04 +0000
commiteef7215eeb35d5ddb86163d04440ed64df2cbb85 (patch)
tree5b454b54869718135f4a2cdf863953f28d217f6d /audio
parenta541dcd509e136ab8988e561e276849e6c5a7dae (diff)
downloadpkgsrc-eef7215eeb35d5ddb86163d04440ed64df2cbb85.tar.gz
Include pthread.buildlink3.mk. Note that this package uses the C++
compiler. Minor pkgsrc style nits.
Diffstat (limited to 'audio')
-rw-r--r--audio/daapd/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile
index 296169944f9..c42cd4e4ae7 100644
--- a/audio/daapd/Makefile
+++ b/audio/daapd/Makefile
@@ -1,18 +1,20 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 19:07:51 nathanw Exp $
+# $NetBSD: Makefile,v 1.2 2004/08/16 23:32:04 schmonz Exp $
DISTNAME= daapd-0.2.2b
CATEGORIES= audio
-MASTER_SITES= http://www.deleet.de/projekte/daap/daapd/
+MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
MAINTAINER= nathanw@NetBSD.org
HOMEPAGE= http://www.deleet.de/projekte/daap/daapd/
COMMENT= Server for DAA protocol (iTunes)
-USE_BUILDLINK3= # defined
-USE_GNU_TOOLS= make
+USE_LANGUAGES= c c++
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
MAKEFILE= makefile
.include "../../audio/libid3tag/buildlink3.mk"
.include "../../net/howl/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"