SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

26
devel/sdl-net/Makefile Normal file
View file

@ -0,0 +1,26 @@
COMMENT= SDL cross-platform networking library
V= 1.2.8
DISTNAME= SDL_net-${V}
PKGNAME= sdl-net-${V}
REVISION= 4
CATEGORIES= devel net
MASTER_SITES= https://www.libsdl.org/projects/SDL_net/release/ \
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>