36 lines
864 B
Makefile
36 lines
864 B
Makefile
# $OpenBSD: Makefile,v 1.22 2007/04/14 21:20:19 sturm Exp $
|
|
|
|
COMMENT= "SDL cross-platform networking library"
|
|
|
|
DISTNAME= SDL_net-1.2.5
|
|
PKGNAME= ${DISTNAME:L:S/_/-/}p4
|
|
SHARED_LIBS= SDL_net 1.0
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= ftp://ftp.fr.freebsd.org/pub/FreeBSD/distfiles/ \
|
|
http://www.libsdl.org/projects/SDL_net/release/
|
|
|
|
HOMEPAGE= http://www.libsdl.org/projects/SDL_net/
|
|
|
|
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 Xau Xdmcp Xext usbhid m
|
|
|
|
LIB_DEPENDS= SDL::devel/sdl
|
|
|
|
USE_X11= Yes
|
|
USE_LIBTOOL= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
|
|
CONFIGURE_ARGS+= --disable-gui \
|
|
${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|