openbsd-ports/devel/sdl-net/Makefile

36 lines
885 B
Makefile
Raw Normal View History

2007-10-14 04:22:17 -04:00
# $OpenBSD: Makefile,v 1.24 2007/10/14 08:22:17 winiger Exp $
COMMENT= SDL cross-platform networking library
DISTNAME= SDL_net-1.2.5
2007-10-14 04:22:17 -04:00
PKGNAME= ${DISTNAME:L:S/_/-/}p5
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/
2003-05-12 04:23:45 -04:00
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-10-14 04:22:17 -04:00
WANTLIB= X11 Xau Xdmcp Xext Xrandr Xrender iconv 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>