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

(-)graphics/swfdec/Makefile (-5 / +4 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	swfdec
9
PORTNAME=	swfdec
10
PORTVERSION=	0.2.1
10
PORTVERSION=	0.2.2
11
PORTREVISION=	1
12
CATEGORIES=	graphics
11
CATEGORIES=	graphics
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 28-41 Link Here
28
USE_GETOPT_LONG=	yes
27
USE_GETOPT_LONG=	yes
29
USE_REINPLACE=	yes
28
USE_REINPLACE=	yes
30
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
31
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} LDFLAGS="{LDFLAGS}
30
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
32
INSTALLS_SHLIB=	yes
31
INSTALLS_SHLIB=	yes
33
32
34
CPPFLAGS=	-I${LOCALBASE}/include
33
CPPFLAGS=	-I${LOCALBASE}/include
35
LDFLAGS=	-L${LOCALBASE}/lib
34
LDFLAGS=	-L${LOCALBASE}/lib
36
35
37
post-patch:
36
post-patch:
38
	@${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|" ${WRKSRC}/configure
37
	@${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG:T}|g" ${WRKSRC}/configure
39
	@${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|" ${WRKSRC}/libswfdec/jpeg/sl_types.h
38
	@${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/libswfdec/jpeg/sl_types.h
40
39
41
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)graphics/swfdec/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (swfdec-0.2.1.tar.gz) = 69ae7c0dc1fc62432ee7be23aa7e3726
1
MD5 (swfdec-0.2.2.tar.gz) = 08c60d18f350c68c4b938dc29e9b1191

Return to bug 52665