1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net/sdl_net/Makefile
2021-04-06 16:31:07 +02:00

25 lines
530 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
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>