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> |