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

(-)Makefile (-1 / +6 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	sdl_gfx
9
PORTNAME=	sdl_gfx
10
PORTVERSION=	2.0.3
10
PORTVERSION=	2.0.3
11
PORTREVISION=	1
11
PORTREVISION=	2
12
CATEGORIES=	graphics
12
CATEGORIES=	graphics
13
MASTER_SITES=	http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/
13
MASTER_SITES=	http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/
14
DISTNAME=	SDL_gfx-${PORTVERSION}
14
DISTNAME=	SDL_gfx-${PORTVERSION}
Lines 20-28 Link Here
20
20
21
SDL_CONFIG=	${LOCALBASE}/bin/sdl11-config
21
SDL_CONFIG=	${LOCALBASE}/bin/sdl11-config
22
22
23
USE_REINPLACE=	yes
23
USE_GMAKE=	yes
24
USE_GMAKE=	yes
24
USE_LIBTOOL=	yes
25
USE_LIBTOOL=	yes
25
CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}"
26
CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}"
26
INSTALLS_SHLIB=	yes
27
INSTALLS_SHLIB=	yes
28
29
post-patch:
30
	${REINPLACE_CMD} 's,^libSDL_gfxincludedir.*,&/SDL11,' \
31
		${WRKSRC}/Makefile.in
27
32
28
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)pkg-plist (-5 / +5 lines)
Lines 1-8 Link Here
1
include/SDL_framerate.h
1
include/SDL11/SDL_framerate.h
2
include/SDL_gfxPrimitives.h
2
include/SDL11/SDL_gfxPrimitives.h
3
include/SDL_gfxPrimitives_font.h
3
include/SDL11/SDL_gfxPrimitives_font.h
4
include/SDL_imageFilter.h
4
include/SDL11/SDL_imageFilter.h
5
include/SDL_rotozoom.h
5
include/SDL11/SDL_rotozoom.h
6
lib/libSDL_gfx.a
6
lib/libSDL_gfx.a
7
lib/libSDL_gfx.so
7
lib/libSDL_gfx.so
8
lib/libSDL_gfx.so.0
8
lib/libSDL_gfx.so.0

Return to bug 48611