summaryrefslogtreecommitdiff
path: root/net/sdl_net/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-06 13:22:08 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-06 13:22:08 +0000
commit51cbc8026862f413bba45973a2f17ad5e97733d8 (patch)
tree956e55c208bb3ed9f589634d2204eb37249d4beb /net/sdl_net/Makefile
parentNew port: kxicq2: ICQ client for KDE2 (diff)
Update to 1.2.0.
Notes
Notes: svn path=/head/; revision=40949
Diffstat (limited to 'net/sdl_net/Makefile')
-rw-r--r--net/sdl_net/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile
index 51862173a195..331056963c91 100644
--- a/net/sdl_net/Makefile
+++ b/net/sdl_net/Makefile
@@ -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 \