ports/net/sdl_net/Makefile
Dmitry Marakasov 56cc2eba0d - Add LICENSE_FILE
- Regenerate patches
2017-02-27 12:38:47 +00:00

25 lines
536 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= sdl_net
PORTVERSION= 1.2.8
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
DISTNAME= SDL_net-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Small sample cross-platform networking library
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
USE_SDL= sdl
CONFIGURE_ARGS= --disable-gui
.include <bsd.port.mk>