29 lines
580 B
Makefile
29 lines
580 B
Makefile
# $OpenBSD: Makefile,v 1.41 2019/07/12 21:02:18 sthen Exp $
|
|
|
|
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>
|