mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 1.2.0.
This commit is contained in:
parent
01a6e162f5
commit
51cbc80268
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40949
@ -6,19 +6,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= sdl_net
|
||||
PORTVERSION= 1.1.1
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.devolution.com/~slouken/SDL/projects/SDL_net/src/
|
||||
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
|
||||
DISTNAME= SDL_net-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \
|
||||
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \
|
||||
GUI.0:${PORTSDIR}/graphics/guilib
|
||||
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
||||
|
||||
post-extract:
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (SDL_net-1.1.1.tar.gz) = fc85251bad967f056c41fe2709088801
|
||||
MD5 (SDL_net-1.2.0.tar.gz) = c8d4452f58c457b6f3dd6ca04bf3f071
|
||||
|
14
net/sdl_net/files/patch-Makefile.in
Normal file
14
net/sdl_net/files/patch-Makefile.in
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in 2001/04/06 13:15:50 1.1
|
||||
+++ Makefile.in 2001/04/06 13:16:13
|
||||
@@ -89,7 +89,7 @@
|
||||
|
||||
lib_LTLIBRARIES = libSDL_net.la
|
||||
|
||||
-libSDL_netincludedir = $(includedir)/SDL
|
||||
+libSDL_netincludedir = $(includedir)/SDL11
|
||||
libSDL_netinclude_HEADERS = SDL_net.h
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
include/SDL/SDL_net.h
|
||||
include/SDL11/SDL_net.h
|
||||
lib/libSDL_net.a
|
||||
lib/libSDL_net.so
|
||||
lib/libSDL_net.so.0
|
||||
|
Loading…
Reference in New Issue
Block a user