diff options
Diffstat (limited to 'net/SDL_net/Makefile')
-rw-r--r-- | net/SDL_net/Makefile | 19 |
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" |