freebsd-ports/net/sdl_net/Makefile
2019-11-08 13:48:34 +00:00

26 lines
542 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= sdl_net
PORTVERSION= 1.2.8
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= https://www.libsdl.org/projects/SDL_net/release/
DISTNAME= SDL_net-${PORTVERSION}
MAINTAINER= amdmi3@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 sdl
USE_LDCONFIG= yes
USE_SDL= sdl
CONFIGURE_ARGS= --disable-gui
.include <bsd.port.mk>