1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/sdl_net/Makefile
Marcus von Appen ddd28d0d68 - Enable stagedir support
- Add LICENSE
2014-01-18 12:20:08 +00:00

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>