openbsd-ports/devel/sdl-net/Makefile
espie 04d06f7b44 bump C++ shared libs after typedef changes.
note that all SDL libs link with supc++ (potentially, and thus are affected)
-> don't take a chance, bump.
2006-01-13 23:40:22 +00:00

35 lines
800 B
Makefile

# $OpenBSD: Makefile,v 1.17 2006/01/13 23:40:24 espie Exp $
COMMENT= "SDL cross-platform networking library"
DISTNAME= SDL_net-1.2.5
PKGNAME= ${DISTNAME:L:S/_/-/}p1
SHARED_LIBS= SDL_net 1.0
CATEGORIES= devel net
MASTER_SITES= 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 Xext usbhid
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>