ports/devel/sdl2-net/Makefile

28 lines
596 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
V = 2.2.0
COMMENT = SDL2 cross-platform networking library
DISTNAME = SDL2_net-${V}
PKGNAME = sdl2-net-${V}
CATEGORIES = devel net
SHARED_LIBS += SDL2_net 1.0 # 0.0
HOMEPAGE = https://www.libsdl.org/projects/SDL_net/
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
# zlib
PERMIT_PACKAGE = Yes
WANTLIB += SDL2 X11 Xcursor Xext Xfixes Xi Xrandr Xrender Xss
WANTLIB += m pthread samplerate sndio usbhid xcb
2023-09-22 16:24:11 +00:00
SITES = https://www.libsdl.org/projects/SDL_net/release/
2023-08-16 22:26:55 +00:00
LIB_DEPENDS = devel/sdl2
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --disable-gui
SEPARATE_BUILD = Yes
.include <bsd.port.mk>