2013-06-21 19:56:27 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sdl2_net
|
2013-08-14 17:23:35 +00:00
|
|
|
PORTVERSION= 2.0.0
|
2014-09-10 20:50:31 +00:00
|
|
|
PORTREVISION= 4
|
2013-06-21 19:56:27 +00:00
|
|
|
CATEGORIES= net
|
2013-08-14 17:23:35 +00:00
|
|
|
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
|
|
|
|
DISTNAME= SDL2_net-${PORTVERSION}
|
2013-06-21 19:56:27 +00:00
|
|
|
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
2014-07-10 12:13:11 +00:00
|
|
|
COMMENT= Small sample cross-platform networking library
|
2013-06-21 19:56:27 +00:00
|
|
|
|
2013-10-25 16:15:36 +00:00
|
|
|
LICENSE= ZLIB
|
|
|
|
|
2013-06-21 19:56:27 +00:00
|
|
|
USE_SDL= sdl2
|
2014-07-02 22:29:16 +00:00
|
|
|
USES= gmake libtool pathfix pkgconfig:build
|
2013-06-21 19:56:27 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+=--disable-gui
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|