aboutsummaryrefslogtreecommitdiff
path: root/net/sdl2_net
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-10-25 16:15:36 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-10-25 16:15:36 +0000
commitce01f38cc12172b564306ef9b2251fe05a30a7bf (patch)
tree83b4013587b07ed88d138efdf4521d6c416b85c2 /net/sdl2_net
parenta54dcd491567251f0b06e6599b4b88b77ace1e49 (diff)
downloadports-ce01f38cc12172b564306ef9b2251fe05a30a7bf.tar.gz
ports-ce01f38cc12172b564306ef9b2251fe05a30a7bf.zip
- Update devel/sdl20 to version 2.0.1
- Bump PORTREVISIONs for SDL2-related ports to chase the changed SDL2 shlib version - Enable staging support for the SDL2 ports - Switch to new LIB_DEPENDS format for the SDL2 ports - Add LICENSE to the SDL2 ports - Use gmake USES for the SDL2 ports
Notes
Notes: svn path=/head/; revision=331607
Diffstat (limited to 'net/sdl2_net')
-rw-r--r--net/sdl2_net/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/sdl2_net/Makefile b/net/sdl2_net/Makefile
index b4da29d835a5..d19717eb8ea1 100644
--- a/net/sdl2_net/Makefile
+++ b/net/sdl2_net/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sdl2_net
PORTVERSION= 2.0.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
DISTNAME= SDL2_net-${PORTVERSION}
@@ -9,14 +10,14 @@ DISTNAME= SDL2_net-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= A small sample cross-platform networking library
+LICENSE= ZLIB
+
USE_AUTOTOOLS= libtool
USE_SDL= sdl2
-USES= pathfix pkgconfig:build
-USE_GMAKE= yes
+USES= pathfix pkgconfig:build gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--disable-gui
-NO_STAGE= yes
.include <bsd.port.mk>