aboutsummaryrefslogtreecommitdiff
path: root/net/sdl2_net/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-06-21 19:56:27 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-06-21 19:56:27 +0000
commitc5a4db7c111615dacf0bd184c7b78e927dce311b (patch)
tree16b6a36999fedc7fbad7af76e86d017a12040f78 /net/sdl2_net/Makefile
parent2b6d9fd950bcce21b937ac81c7faa89131ebdfe9 (diff)
downloadports-c5a4db7c111615dacf0bd184c7b78e927dce311b.tar.gz
ports-c5a4db7c111615dacf0bd184c7b78e927dce311b.zip
Notes
Diffstat (limited to 'net/sdl2_net/Makefile')
-rw-r--r--net/sdl2_net/Makefile21
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>