29 lines
580 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.41 2019/07/12 21:02:18 sthen Exp $
COMMENT= SDL cross-platform networking library
2012-04-05 11:42:09 +00:00
V= 1.2.8
DISTNAME= SDL_net-${V}
PKGNAME= sdl-net-${V}
2018-01-12 19:32:54 +00:00
REVISION= 4
CATEGORIES= devel net
2018-01-12 19:32:54 +00:00
MASTER_SITES= https://www.libsdl.org/projects/SDL_net/release/ \
2015-06-06 04:49:47 +00:00
http://distcache.freebsd.org/ports-distfiles/
2012-04-05 11:42:09 +00:00
SHARED_LIBS= SDL_net 2.0
2018-01-12 19:32:54 +00:00
HOMEPAGE= https://www.libsdl.org/projects/SDL_net/
2012-04-05 11:42:09 +00:00
# Zlib
PERMIT_PACKAGE= Yes
2012-04-05 11:42:09 +00:00
2016-04-26 21:21:22 +00:00
WANTLIB= SDL iconv m pthread sndio usbhid
2010-11-15 19:45:56 +00:00
LIB_DEPENDS= devel/sdl
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
2016-03-11 20:28:21 +00:00
CONFIGURE_ARGS+=--disable-gui
.include <bsd.port.mk>