mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
ddd28d0d68
- Add LICENSE
29 lines
597 B
Makefile
29 lines
597 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sdl_net
|
|
PORTVERSION= 1.2.8
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
|
|
DISTNAME= SDL_net-${PORTVERSION}
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
COMMENT= Small sample cross-platform networking library
|
|
|
|
LICENSE= ZLIB
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_SDL= sdl
|
|
USES= gmake pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS+=--disable-gui
|
|
|
|
post-configure:
|
|
@${REINPLACE_CMD} -e \
|
|
's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
|
${WRKSRC}/libtool
|
|
|
|
.include <bsd.port.mk>
|