add UPnP-Inspector-0.2.2, a UPnP debug tool
[pkgsrc.git] / net / gnut / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=       gnut-0.3.22
5 CATEGORIES=     net
6 MASTER_SITES=   http://www.umr.edu/~jjp/
7
8 MAINTAINER=     deberg@netbsd.org
9 HOMEPAGE=       http://www.umr.edu/~jjp/
10
11 # Sync these with devel/unproven-pthreads:
12 ONLY_FOR_PLATFORM=      NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k
13
14 DEPENDS+=       unproven-pthreads-0.*:../../devel/unproven-pthreads
15
16 GNU_CONFIGURE=  yes
17
18 CONFIGURE_ARGS+=--with-mit-pthreads
19 CONFIGURE_ENV+= CC=${LOCALBASE}/pthreads/bin/pgcc \
20                 CXX=${LOCALBASE}/pthreads/bin/pg++
21
22 .include "../../mk/bsd.pkg.mk"