SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
devel/sdl-net/Makefile
Normal file
26
devel/sdl-net/Makefile
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue