29 lines
586 B
Makefile
Raw Normal View History

2016-04-26 21:21:22 +00:00
# $OpenBSD: Makefile,v 1.39 2016/04/26 21:21:22 naddy 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}
2016-04-26 21:21:22 +00:00
REVISION= 3
CATEGORIES= devel net
2015-06-06 04:49:47 +00:00
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ \
http://distcache.freebsd.org/ports-distfiles/
2012-04-05 11:42:09 +00:00
SHARED_LIBS= SDL_net 2.0
HOMEPAGE= http://www.libsdl.org/projects/SDL_net/
2012-04-05 11:42:09 +00:00
# Zlib
PERMIT_PACKAGE_CDROM= 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>