Merge from vendor branch TNF:
[pkgsrcv2.git] / net / SDL_net / Makefile
1 # $NetBSD: Makefile,v 1.21 2010/02/26 10:28:33 wiz Exp $
2
3 DISTNAME=       SDL_net-1.2.8
4 CATEGORIES=     net
5 MASTER_SITES=   http://www.libsdl.org/projects/SDL_net/release/
6
7 MAINTAINER=     pkgsrc-users@NetBSD.org
8 HOMEPAGE=       http://www.libsdl.org/projects/SDL_net/
9 COMMENT=        Small sample cross-platform networking library for SDL
10 LICENSE=        zlib
11
12 PKG_DESTDIR_SUPPORT=    user-destdir
13
14 USE_LANGUAGES=          c c++
15 USE_LIBTOOL=            yes
16 GNU_CONFIGURE=          yes
17 CONFIGURE_ARGS+=        --disable-gui
18 PKGCONFIG_OVERRIDE=     SDL_net.pc.in
19
20 .include "../../devel/SDL/buildlink3.mk"
21 .include "../../mk/bsd.pkg.mk"