3239f4f33b9dd4aad9763ce958b0402697dde95f
[pkgsrc.git] / net / SDL_net / Makefile
1 # $NetBSD: Makefile,v 1.20 2007/07/26 00:06:04 wiz Exp $
2
3 DISTNAME=       SDL_net-1.2.7
4 CATEGORIES=     net
5 MASTER_SITES=   http://www.libsdl.org/projects/SDL_net/release/
6
7 MAINTAINER=     zuntum@NetBSD.org
8 HOMEPAGE=       http://www.libsdl.org/projects/SDL_net/
9 COMMENT=        Small sample cross-platform networking library for SDL
10
11 PKG_DESTDIR_SUPPORT=    user-destdir
12
13 USE_LANGUAGES=          c c++
14 USE_LIBTOOL=            yes
15 GNU_CONFIGURE=          yes
16 CONFIGURE_ARGS+=        --disable-gui
17
18 .include "../../devel/SDL/buildlink3.mk"
19 .include "../../mk/bsd.pkg.mk"