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

(-)emulators/basiliskII/Makefile (-2 / +2 lines)
Lines 19-26 Link Here
19
WRKSRC=		${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix
19
WRKSRC=		${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix
20
20
21
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
22
USE_GTK=	yes
22
USE_GNOMENG=	yes
23
USE_ESOUND=	yes
23
USE_GNOME=	esound gtk12
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
USE_GMAKE=	yes
25
USE_GMAKE=	yes
26
CONFIGURE_ARGS=	--disable-fbdev-dga
26
CONFIGURE_ARGS=	--disable-fbdev-dga
(-)emulators/uae/Makefile (-1 / +2 lines)
Lines 16-22 Link Here
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS=	--enable-sound --enable-vidmode --enable-dga
17
CONFIGURE_ARGS=	--enable-sound --enable-vidmode --enable-dga
18
USE_XLIB=	yes
18
USE_XLIB=	yes
19
USE_GTK=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
21
21
CFLAGS+=	${PTHREAD_CFLAGS}
22
CFLAGS+=	${PTHREAD_CFLAGS}
22
23
(-)emulators/xmame/Makefile (-1 / +2 lines)
Lines 19-24 Link Here
19
19
20
USE_BZIP2=	yes
20
USE_BZIP2=	yes
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_GNOMENG=	yes
22
23
23
MAN6=		x${MAMEMESS}.6
24
MAN6=		x${MAMEMESS}.6
24
25
Lines 208-214 Link Here
208
209
209
.if ${WITH_ESOUND:L} == "yes"
210
.if ${WITH_ESOUND:L} == "yes"
210
ESOUNDCOMMENT=
211
ESOUNDCOMMENT=
211
USE_ESOUND=	yes
212
USE_GNOME=	esound
212
.else
213
.else
213
ESOUNDCOMMENT=\#\ 
214
ESOUNDCOMMENT=\#\ 
214
.endif
215
.endif
(-)emulators/xsystem35/Makefile (-4 / +5 lines)
Lines 15-22 Link Here
15
15
16
USE_AUTOCONF=	yes
16
USE_AUTOCONF=	yes
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
USE_GTK=	yes
18
USE_GNOMENG=	yes
19
WANT_ESOUND=	yes
19
USE_GNOME=	gtk12
20
WANT_GNOME=	yes
20
21
21
PKGMESSAGE=	${WRKSRC}/MESSAGE
22
PKGMESSAGE=	${WRKSRC}/MESSAGE
22
23
Lines 50-57 Link Here
50
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
51
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
51
		LDFLAGS="-L${LOCALBASE}/lib"
52
		LDFLAGS="-L${LOCALBASE}/lib"
52
53
53
.if defined(HAVE_ESOUND)
54
.if ${HAVE_GNOME:Mesound}!=""
54
USE_ESOUND=	yes
55
USE_GNOME+=	esound
55
CONFIGURE_ARGS+=	--enable-audio=oss,esd --with-default-output=esd
56
CONFIGURE_ARGS+=	--enable-audio=oss,esd --with-default-output=esd
56
.else
57
.else
57
CONFIGURE_ARGS+=	--enable-audio=oss --with-default-output=oss
58
CONFIGURE_ARGS+=	--enable-audio=oss --with-default-output=oss
(-)emulators/vx68k/Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	vm68k.4:${PORTSDIR}/emulators/libvm68k
17
LIB_DEPENDS=	vm68k.4:${PORTSDIR}/emulators/libvm68k
18
18
19
USE_MESA=	yes
19
USE_MESA=	yes
20
USE_GTK=	yes
20
USE_GNOMENG=	yes
21
USE_GNOME=	gtk12
21
USE_LIBTOOL=	yes
22
USE_LIBTOOL=	yes
22
LIBTOOLFILES=	configure vx68k-gtk/configure
23
LIBTOOLFILES=	configure vx68k-gtk/configure
23
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
24
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
(-)emulators/grustibus/Makefile (-3 / +4 lines)
Lines 16-30 Link Here
16
RUN_DEPENDS=	xmame:${PORTSDIR}/emulators/xmame
16
RUN_DEPENDS=	xmame:${PORTSDIR}/emulators/xmame
17
LIB_DEPENDS=	gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas
17
LIB_DEPENDS=	gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas
18
18
19
USE_GNOMELIBS=	yes
19
USE_GNOMENG=	yes
20
WANT_GNOME=	yes
20
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS+=	--sysconfdir=`${GNOME_CONFIG} --sysconfdir`
23
CONFIGURE_ARGS+=	--sysconfdir=`${GNOME_CONFIG} --sysconfdir`
23
24
24
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
25
26
26
.if defined(HAVE_GNOME)
27
.if ${HAVE_GNOME:Mgnomelibs}!=""
27
USE_GNOME=	yes
28
USE_GNOME=	gnomelibs libcapplet
28
.endif
29
.endif
29
30
30
.include <bsd.port.post.mk>
31
.include <bsd.port.post.mk>

Return to bug 42199