30925b26c7
needed. This is required because esound has been droped as a dependancy.
22 lines
542 B
Makefile
22 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.10 2003/07/26 21:41:28 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= SDL_net-1.2.5
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
|
|
|
|
MAINTAINER= zuntum@NetBSD.org
|
|
HOMEPAGE= http://www.libsdl.org/projects/SDL_net/
|
|
COMMENT= Small sample cross-platform networking library for SDL
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
CONFIGURE_ARGS+= --disable-gui
|
|
|
|
.include "../../devel/SDL/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|