diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-06-21 19:56:27 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-06-21 19:56:27 +0000 |
commit | c5a4db7c111615dacf0bd184c7b78e927dce311b (patch) | |
tree | 16b6a36999fedc7fbad7af76e86d017a12040f78 /net/sdl2_net/Makefile | |
parent | 2b6d9fd950bcce21b937ac81c7faa89131ebdfe9 (diff) | |
download | ports-c5a4db7c111615dacf0bd184c7b78e927dce311b.tar.gz ports-c5a4db7c111615dacf0bd184c7b78e927dce311b.zip |
Notes
Diffstat (limited to 'net/sdl2_net/Makefile')
-rw-r--r-- | net/sdl2_net/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/sdl2_net/Makefile b/net/sdl2_net/Makefile new file mode 100644 index 000000000000..3152f4b4e747 --- /dev/null +++ b/net/sdl2_net/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= sdl2_net +PORTVERSION= 2.0.p1 +CATEGORIES= net +MASTER_SITES= http://www.libsdl.org/tmp/SDL_net/release/ +DISTNAME= SDL2_net-2.0.0 + +MAINTAINER= mva@FreeBSD.org +COMMENT= A small sample cross-platform networking library + +USE_AUTOTOOLS= libtool +USE_SDL= sdl2 +USES= pathfix pkgconfig:build +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +CONFIGURE_ARGS+=--disable-gui + +.include <bsd.port.mk> |