summaryrefslogtreecommitdiff
path: root/net/SDL_net/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-07-10 09:05:28 +0000
committerzuntum <zuntum@pkgsrc.org>2001-07-10 09:05:28 +0000
commitf6072c8b5ebd95103eb90b56c64dcede3c430260 (patch)
tree59da153e1185ddfd9c7dd4f5ee835fd82f9a09c5 /net/SDL_net/Makefile
parent7883071892ede759c0c1cdbce9fc79cf5f7e1ad2 (diff)
downloadpkgsrc-f6072c8b5ebd95103eb90b56c64dcede3c430260.tar.gz
Initial import of SDL_net-1.2.0
This is a small sample cross-platform networking library
Diffstat (limited to 'net/SDL_net/Makefile')
-rw-r--r--net/SDL_net/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/SDL_net/Makefile b/net/SDL_net/Makefile
new file mode 100644
index 00000000000..e99b5c84b82
--- /dev/null
+++ b/net/SDL_net/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/10 09:05:28 zuntum Exp $
+#
+
+DISTNAME= SDL_net-1.2.0
+CATEGORIES= net
+MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
+
+MAINTAINER= zuntum@netbsd.org
+HOMEPAGE= http://www.libsdl.org/projects/SDL_net/
+COMMENT= small sample cross-platform networking library
+
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+
+USE_LIBTOOL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+.include "../../devel/SDL/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"