diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-10-25 16:15:36 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-10-25 16:15:36 +0000 |
commit | ce01f38cc12172b564306ef9b2251fe05a30a7bf (patch) | |
tree | 83b4013587b07ed88d138efdf4521d6c416b85c2 /net/sdl2_net | |
parent | a54dcd491567251f0b06e6599b4b88b77ace1e49 (diff) | |
download | ports-ce01f38cc12172b564306ef9b2251fe05a30a7bf.tar.gz ports-ce01f38cc12172b564306ef9b2251fe05a30a7bf.zip |
Notes
Diffstat (limited to 'net/sdl2_net')
-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 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> |