From 884199b6e1ab425945206cb7f5210b4598b3df18 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 17 Apr 2002 18:28:30 +0000 Subject: Add sdl_ldbad 1.0, a SDL Linux Developer's BandAiD. This package when combined with a FreeBSD SDL package creates development environment more similar to SDL development environment on other platforms (mostly Linux). Please note that this package is only for developer's use - no package should use it as a dependency! Created due to massive number of complais from the Linux camp that local FreeBSD hacks (sdl-config --> sdl11-config, include/SDL --> include/SDL11 etc.) are making FreeBSD useless platform for SDL developer. --- devel/sdl_ldbad/Makefile | 34 ++++++++++++++++++++++++++++++++++ devel/sdl_ldbad/pkg-comment | 1 + devel/sdl_ldbad/pkg-descr | 8 ++++++++ devel/sdl_ldbad/pkg-plist | 7 +++++++ 4 files changed, 50 insertions(+) create mode 100644 devel/sdl_ldbad/Makefile create mode 100644 devel/sdl_ldbad/pkg-comment create mode 100644 devel/sdl_ldbad/pkg-descr create mode 100644 devel/sdl_ldbad/pkg-plist (limited to 'devel/sdl_ldbad') diff --git a/devel/sdl_ldbad/Makefile b/devel/sdl_ldbad/Makefile new file mode 100644 index 000000000000..79b4dc2e9315 --- /dev/null +++ b/devel/sdl_ldbad/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: sdl_ldbad +# Date created: 17 April 2002 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= sdl_ldbad +PORTVERSION= 1.0 +CATEGORIES= devel +MASTER_SITES= # none +DISTFILES= # none + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 + +SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-fetch: + @${DO_NADA} + +do-install: + ${LN} -shf ${LOCALBASE}/bin/sdl11-config ${PREFIX}/bin/sdl-config + ${LN} -shf ${LOCALBASE}/include/SDL11 ${PREFIX}/include/SDL +.for lib in SDL-1.1.a SDL-1.1.so SDL-1.1.so.4 SDLmain-1.1.a + ${LN} -shf ${LOCALBASE}/lib/${lib} ${PREFIX}/lib/${lib:S/-1.1//} +.endfor + ${LN} -shf ${LOCALBASE}/share/aclocal/sdl11.m4 ${PREFIX}/share/aclocal/sdl.m4 + +.include diff --git a/devel/sdl_ldbad/pkg-comment b/devel/sdl_ldbad/pkg-comment new file mode 100644 index 000000000000..cc9062fccfe8 --- /dev/null +++ b/devel/sdl_ldbad/pkg-comment @@ -0,0 +1 @@ +A SDL Linux Developer's BandAiD diff --git a/devel/sdl_ldbad/pkg-descr b/devel/sdl_ldbad/pkg-descr new file mode 100644 index 000000000000..8a3ae91f3360 --- /dev/null +++ b/devel/sdl_ldbad/pkg-descr @@ -0,0 +1,8 @@ +This is a SDL Linux Developer's BandAiD - a package, which when combined +with a FreeBSD SDL package creates development environment more similar to +SDL development environment on other platforms (mostly Linux). + +Please note that this package is only for developer's use - no package should +use it as a dependency! + +WWW: http://www.libsdl.org/ diff --git a/devel/sdl_ldbad/pkg-plist b/devel/sdl_ldbad/pkg-plist new file mode 100644 index 000000000000..ab96beb96aa5 --- /dev/null +++ b/devel/sdl_ldbad/pkg-plist @@ -0,0 +1,7 @@ +bin/sdl-config +include/SDL +lib/SDL.a +lib/SDL.so +lib/SDL.so.4 +lib/SDLmain.a +share/aclocal/sdl.m4 -- cgit v1.2.3