diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-06 15:01:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-06 15:01:13 +0000 |
commit | c08f361805a3adcddb5954aef47e94618b1d1cd0 (patch) | |
tree | a4c9f547d924ff85e2fa15fd90f5f549e9dd225b /net/sdl2_net/Makefile | |
parent | multimedia/l-smash: add new port (diff) |
- Update sdl20 and satellite libraries to latest versions
sdl2: 2.0.3 -> 2.0.4
sdl2_image: 2.0.0 -> 2.0.1
sdl2_mixer: 2.0.0 -> 2.0.1
sdl2_net: 2.0.0 -> 2.0.1
sdl2_ttf: 2.0.12 -> 2.0.14
- Add LICENSE_FILE
- Strip libraries
- Switch to USES=localbase where applicable
PR: 207671
Submitted by: devnexen@gmail.com, amdmi3
Approved by: maintainer timeout (mva, 1 month)
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=412624
Diffstat (limited to 'net/sdl2_net/Makefile')
-rw-r--r-- | net/sdl2_net/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/sdl2_net/Makefile b/net/sdl2_net/Makefile index ca0d72e18fef..189a9271c1a9 100644 --- a/net/sdl2_net/Makefile +++ b/net/sdl2_net/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sdl2_net -PORTVERSION= 2.0.0 -PORTREVISION= 4 +PORTVERSION= 2.0.1 CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL2_net-${PORTVERSION} @@ -11,12 +10,14 @@ MAINTAINER= mva@FreeBSD.org COMMENT= Small sample cross-platform networking library LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/COPYING.txt USE_SDL= sdl2 USES= gmake libtool pathfix pkgconfig:build GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -CONFIGURE_ARGS+=--disable-gui +CONFIGURE_ARGS= --disable-gui .include <bsd.port.mk> |