aboutsummaryrefslogtreecommitdiffstats
path: root/net/sdl2_net
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-10-26 00:15:36 +0800
committermva <mva@FreeBSD.org>2013-10-26 00:15:36 +0800
commit37f5b90f65f4a5db3d99f28bb26a98207f743fe4 (patch)
tree83b4013587b07ed88d138efdf4521d6c416b85c2 /net/sdl2_net
parent2098b775a06cf512c3f5765e5fed72b7af8edde6 (diff)
downloadfreebsd-ports-gnome-37f5b90f65f4a5db3d99f28bb26a98207f743fe4.tar.gz
freebsd-ports-gnome-37f5b90f65f4a5db3d99f28bb26a98207f743fe4.tar.zst
freebsd-ports-gnome-37f5b90f65f4a5db3d99f28bb26a98207f743fe4.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
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>