View | Details | Raw Unified | Return to bug 73639
Collapse All | Expand All

(-)devel/sdl_ldbad/Makefile (-3 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	sdl_ldbad
8
PORTNAME=	sdl_ldbad
9
PORTVERSION=	1.0
9
PORTVERSION=	1.0
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	# none
12
MASTER_SITES=	# none
13
DISTFILES=	# none
13
DISTFILES=	# none
Lines 25-32 Link Here
25
do-install:
25
do-install:
26
	${LN} -shf ${LOCALBASE}/bin/sdl11-config ${PREFIX}/bin/sdl-config
26
	${LN} -shf ${LOCALBASE}/bin/sdl11-config ${PREFIX}/bin/sdl-config
27
	${LN} -shf ${LOCALBASE}/include/SDL11 ${PREFIX}/include/SDL
27
	${LN} -shf ${LOCALBASE}/include/SDL11 ${PREFIX}/include/SDL
28
.for lib in SDL-1.1.a SDL-1.1.so SDL-1.1.so.4 SDLmain-1.1.a
28
.for lib in SDL-1.1.a SDL-1.1.so SDL-1.1.so.7 SDLmain-1.1.a
29
	${LN} -shf ${LOCALBASE}/lib/${lib} ${PREFIX}/lib/${lib:S/-1.1//}
29
	${LN} -shf ${LOCALBASE}/lib/lib${lib} ${PREFIX}/lib/lib${lib:S/-1.1//}
30
.endfor
30
.endfor
31
	${LN} -shf ${LOCALBASE}/share/aclocal/sdl11.m4 ${PREFIX}/share/aclocal/sdl.m4
31
	${LN} -shf ${LOCALBASE}/share/aclocal/sdl11.m4 ${PREFIX}/share/aclocal/sdl.m4
32
32
(-)devel/sdl_ldbad/pkg-plist (-4 / +4 lines)
Lines 1-7 Link Here
1
bin/sdl-config
1
bin/sdl-config
2
include/SDL
2
include/SDL
3
lib/SDL.a
3
lib/libSDL.a
4
lib/SDL.so
4
lib/libSDL.so
5
lib/SDL.so.4
5
lib/libSDL.so.7
6
lib/SDLmain.a
6
lib/libSDLmain.a
7
share/aclocal/sdl.m4
7
share/aclocal/sdl.m4

Return to bug 73639