freebsd-ports/net/sdl2_net/Makefile

22 lines
440 B
Makefile

# $FreeBSD$
PORTNAME= sdl2_net
PORTVERSION= 2.0.0
CATEGORIES= net
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
DISTNAME= SDL2_net-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= A small sample cross-platform networking library
USE_AUTOTOOLS= libtool
USE_SDL= sdl2
USES= pathfix pkgconfig:build
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--disable-gui
NO_STAGE= yes
.include <bsd.port.mk>