diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-16 23:32:04 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-16 23:32:04 +0000 |
commit | ea4fc3dade3fb261b546c4394cc4e255e32f2c87 (patch) | |
tree | 5b454b54869718135f4a2cdf863953f28d217f6d /audio | |
parent | f921e1b5d29a42e93c30de810e33c8b7d023070f (diff) | |
download | pkgsrc-ea4fc3dade3fb261b546c4394cc4e255e32f2c87.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/Makefile | 10 |
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" |