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