mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
25 lines
427 B
Makefile
25 lines
427 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= libSDL_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
|
|
|
|
LIB_DEPENDS+= libSDL.so:devel/libSDL
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --disable-gui
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|