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 | e247461ef4a0f46a4117473b93fc0a85929646a9 (diff) |
Notes
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> |