c63e74e29c
from Brad
34 lines
720 B
Makefile
34 lines
720 B
Makefile
# $OpenBSD: Makefile,v 1.31 2012/04/05 11:42:09 ajacoutot Exp $
|
|
|
|
COMMENT= SDL cross-platform networking library
|
|
|
|
V= 1.2.8
|
|
DISTNAME= SDL_net-${V}
|
|
PKGNAME= sdl-net-${V}
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= ftp://ftp.fr.freebsd.org/pub/FreeBSD/distfiles/ \
|
|
http://www.libsdl.org/projects/SDL_net/release/
|
|
|
|
SHARED_LIBS= SDL_net 2.0
|
|
|
|
HOMEPAGE= http://www.libsdl.org/projects/SDL_net/
|
|
|
|
# Zlib
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= SDL m sndio usbhid
|
|
|
|
MODULES= converters/libiconv
|
|
LIB_DEPENDS= devel/sdl
|
|
|
|
USE_LIBTOOL= Yes
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
|
|
--disable-gui
|
|
|
|
.include <bsd.port.mk>
|