ports/devel/sdl-net/Makefile

27 lines
513 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= SDL cross-platform networking library
V= 1.2.8
DISTNAME= SDL_net-${V}
PKGNAME= sdl-net-${V}
REVISION= 4
CATEGORIES= devel net
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
http://distcache.freebsd.org/ports-distfiles/
SHARED_LIBS= SDL_net 2.0
HOMEPAGE= https://www.libsdl.org/projects/SDL_net/
# Zlib
PERMIT_PACKAGE= Yes
WANTLIB= SDL iconv m pthread sndio usbhid
LIB_DEPENDS= devel/sdl
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+=--disable-gui
.include <bsd.port.mk>