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.
This commit is contained in:
parent
2be311c6dd
commit
884199b6e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57824
5 changed files with 51 additions and 0 deletions
|
@ -625,6 +625,7 @@
|
|||
SUBDIR += scons
|
||||
SUBDIR += sdcc
|
||||
SUBDIR += sdl12
|
||||
SUBDIR += sdl_ldbad
|
||||
SUBDIR += sdlmm
|
||||
SUBDIR += sdts++
|
||||
SUBDIR += semantic
|
||||
|
|
34
devel/sdl_ldbad/Makefile
Normal file
34
devel/sdl_ldbad/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: sdl_ldbad
|
||||
# Date created: 17 April 2002
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
1
devel/sdl_ldbad/pkg-comment
Normal file
1
devel/sdl_ldbad/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A SDL Linux Developer's BandAiD
|
8
devel/sdl_ldbad/pkg-descr
Normal file
8
devel/sdl_ldbad/pkg-descr
Normal file
|
@ -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/
|
7
devel/sdl_ldbad/pkg-plist
Normal file
7
devel/sdl_ldbad/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue