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

(-)smpeg/Makefile (-1 / +8 lines)
Lines 22-28 Link Here
22
SDL_CONFIG=	${LOCALBASE}/bin/sdl11-config
22
SDL_CONFIG=	${LOCALBASE}/bin/sdl11-config
23
23
24
USE_GMAKE=	yes
24
USE_GMAKE=	yes
25
USE_GNOME=	gtk12
26
USE_LIBTOOL=	yes
25
USE_LIBTOOL=	yes
27
INSTALLS_SHLIB=	yes
26
INSTALLS_SHLIB=	yes
28
CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}" \
27
CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}" \
Lines 36-41 Link Here
36
		--enable-mmx
35
		--enable-mmx
37
36
38
MAN1=		gtv.1 plaympeg.1
37
MAN1=		gtv.1 plaympeg.1
38
39
.if !defined(WITHOUT_GUI)
40
USE_GNOME=	gtk12
41
PLIST_SUB+=	GUI=""
42
.else
43
CONFIGURE_ARGS+= --disable-gtk-player
44
PLIST_SUB+=	GUI="@comment "
45
.endif
39
46
40
post-configure:
47
post-configure:
41
	@${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
48
	@${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
(-)smpeg/pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
bin/gtv
1
%%GUI%%bin/gtv
2
bin/plaympeg
2
bin/plaympeg
3
bin/smpeg-config
3
bin/smpeg-config
4
include/smpeg/MPEG.h
4
include/smpeg/MPEG.h

Return to bug 54304