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

(-)emulators/gsnes9x/Makefile (-27 / +14 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gsnes9x
8
PORTNAME=	gsnes9x
9
PORTVERSION=	3.10
9
PORTVERSION=	3.12
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 17-48 Link Here
17
17
18
RUN_DEPENDS=	snes9x:${PORTSDIR}/emulators/snes9x
18
RUN_DEPENDS=	snes9x:${PORTSDIR}/emulators/snes9x
19
19
20
GNU_CONFIGURE=	yes
21
USE_GNOME=	gnomelibs
22
USE_GMAKE=	yes
23
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
24
21
USE_GNOME=	gnomehack gnomeprefix gnomelibs
25
CONFIGURE_ARGS=	--without-included-gettext \
22
USE_GMAKE=	yes
26
		--with-esd
23
GNU_CONFIGURE=	yes
27
24
CONFGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
28
.if defined(NOPORTDOCS)
25
		LDFLAGS="-L${LOCALBASE}/lib"
29
26
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
30
PLIST=	${FILESDIR}/PLIST.nodocs
27
		AUTOHEADER="${TRUE}"
31
28
32
do-install:
29
post-patch:
33
	${INSTALL_PROGRAM} ${WRKSRC}/src/GSnes9x ${PREFIX}/bin
30
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
34
	@${MKDIR} ${PREFIX}/share/gnome \
31
		's|^SUBDIRS = intl|SUBDIRS =|g ; \
35
		  ${PREFIX}/share/gnome/apps \
32
		 s|@INTLLIBS@|-lintl|g ; \
36
		  ${PREFIX}/share/gnome/apps/Games \
33
		 s|@INTLDEPS@||g'
37
		  ${PREFIX}/share/gnome/pixmaps
38
	${INSTALL_DATA} ${WRKSRC}/gsnes9x.desktop \
39
			${PREFIX}/share/gnome/apps/Games/gsnes9x.desktop
40
	${INSTALL_DATA} ${WRKSRC}/pixmaps/gsnesdefault.png \
41
			${PREFIX}/share/gnome/pixmaps
42
	${INSTALL_DATA} ${WRKSRC}/pixmaps/gsnes9x-icon.png \
43
			${PREFIX}/share/gnome/pixmaps
44
.else
45
PLIST=	${FILESDIR}/PLIST.docs
46
.endif
47
34
48
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)emulators/gsnes9x/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (GSnes9x-3.10.tar.gz) = f51fe79c480b439e6a381bb1729daccd
1
MD5 (GSnes9x-3.12.tar.gz) = c8f4631b9ddbf7f513c2af322d12bcc5
(-)emulators/gsnes9x/files/PLIST.docs (-33 lines)
Lines 1-33 Link Here
1
bin/GSnes9x
2
share/gnome/help/GSnes9x/C/index.html
3
share/gnome/help/GSnes9x/C/topic.dat
4
share/gnome/help/GSnes9x/C/addrom.png
5
share/gnome/help/GSnes9x/C/cheat.png
6
share/gnome/help/GSnes9x/C/codes.png
7
share/gnome/help/GSnes9x/C/format.png
8
share/gnome/help/GSnes9x/C/info.png
9
share/gnome/help/GSnes9x/C/joystick.png
10
share/gnome/help/GSnes9x/C/main.png
11
share/gnome/help/GSnes9x/C/pop.png
12
share/gnome/help/GSnes9x/C/system.png
13
share/gnome/help/GSnes9x/C/tooltips.png
14
share/gnome/help/GSnes9x/es/index.html
15
share/gnome/help/GSnes9x/es/topic.dat
16
share/gnome/help/GSnes9x/es/addrom.png
17
share/gnome/help/GSnes9x/es/cheat.png
18
share/gnome/help/GSnes9x/es/codes.png
19
share/gnome/help/GSnes9x/es/format.png
20
share/gnome/help/GSnes9x/es/info.png
21
share/gnome/help/GSnes9x/es/joystick.png
22
share/gnome/help/GSnes9x/es/main.png
23
share/gnome/help/GSnes9x/es/pop.png
24
share/gnome/help/GSnes9x/es/system.png
25
share/gnome/help/GSnes9x/es/tooltips.png
26
share/gnome/apps/Games/gsnes9x.desktop
27
share/gnome/pixmaps/gsnesdefault.png
28
share/gnome/pixmaps/gsnes9x-icon.png
29
share/locale/es/LC_MESSAGES/GSnes9x.mo
30
share/locale/no/LC_MESSAGES/GSnes9x.mo
31
@dirrm share/gnome/help/GSnes9x/C
32
@dirrm share/gnome/help/GSnes9x/es
33
@dirrm share/gnome/help/GSnes9x
(-)emulators/gsnes9x/files/PLIST.nodocs (-6 lines)
Lines 1-6 Link Here
1
bin/GSnes9x
2
share/gnome/apps/Games/gsnes9x.desktop
3
share/gnome/pixmaps/gsnesdefault.png
4
share/gnome/pixmaps/gsnes9x-icon.png
5
share/locale/es/LC_MESSAGES/GSnes9x.mo
6
share/locale/no/LC_MESSAGES/GSnes9x.mo
(-)emulators/gsnes9x/files/patch-ac (-11 lines)
Lines 1-11 Link Here
1
--- pixmaps/Makefile.in.orig	Sun Jun 18 18:54:02 2000
2
+++ pixmaps/Makefile.in	Sun Jun 18 18:54:55 2000
3
@@ -99,7 +99,7 @@
4
 ZVT_LIBS = @ZVT_LIBS@
5
 l = @l@
6
 
7
-pixmapdir = $(datadir)/pixmaps
8
+pixmapdir = $(datadir)/gnome/pixmaps
9
 
10
 pixmap_DATA =  	gsnesdefault.png 	gsnes9x-icon.png
11
 
(-)emulators/gsnes9x/files/patch-ad (-11 lines)
Lines 1-11 Link Here
1
--- src/Makefile.in.orig	Sun Jun 18 19:43:21 2000
2
+++ src/Makefile.in	Sun Jun 18 19:43:35 2000
3
@@ -101,7 +101,7 @@
4
 
5
 bin_PROGRAMS = GSnes9x
6
 
7
-INCLUDES = $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"GSnes9x\" -I$(top_srcdir)/intl 	-DLOCALEDIR=\"$(datadir)/locale\" -DPIXMAPDIR=\"$(datadir)/pixmaps\"
8
+INCLUDES = $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"GSnes9x\" -I$(top_srcdir)/intl 	-DLOCALEDIR=\"$(datadir)/locale\" -DPIXMAPDIR=\"$(datadir)/gnome/pixmaps\"
9
 
10
 
11
 CFLAGS =  -Wall @CFLAGS@
(-)emulators/gsnes9x/pkg-plist (+35 lines)
Line 0 Link Here
1
bin/GSnes9x
2
share/gnome/apps/Games/gsnes9x.desktop
3
share/gnome/help/GSnes9x/C/addrom.png
4
share/gnome/help/GSnes9x/C/cheat.png
5
share/gnome/help/GSnes9x/C/codes.png
6
share/gnome/help/GSnes9x/C/format.png
7
share/gnome/help/GSnes9x/C/help-2.html
8
share/gnome/help/GSnes9x/C/index.html
9
share/gnome/help/GSnes9x/C/info.png
10
share/gnome/help/GSnes9x/C/joystick.png
11
share/gnome/help/GSnes9x/C/main.png
12
share/gnome/help/GSnes9x/C/pop.png
13
share/gnome/help/GSnes9x/C/readme-snes9x.html
14
share/gnome/help/GSnes9x/C/system.png
15
share/gnome/help/GSnes9x/C/tooltips.png
16
share/gnome/help/GSnes9x/C/topic.dat
17
share/gnome/help/GSnes9x/es/addrom.png
18
share/gnome/help/GSnes9x/es/cheat.png
19
share/gnome/help/GSnes9x/es/codes.png
20
share/gnome/help/GSnes9x/es/format.png
21
share/gnome/help/GSnes9x/es/index.html
22
share/gnome/help/GSnes9x/es/info.png
23
share/gnome/help/GSnes9x/es/joystick.png
24
share/gnome/help/GSnes9x/es/main.png
25
share/gnome/help/GSnes9x/es/pop.png
26
share/gnome/help/GSnes9x/es/system.png
27
share/gnome/help/GSnes9x/es/tooltips.png
28
share/gnome/help/GSnes9x/es/topic.dat
29
share/gnome/pixmaps/gsnes9x-icon.png
30
share/gnome/pixmaps/gsnesdefault.png
31
share/locale/es/LC_MESSAGES/GSnes9x.mo
32
share/locale/no/LC_MESSAGES/GSnes9x.mo
33
@dirrm share/gnome/help/GSnes9x/es
34
@dirrm share/gnome/help/GSnes9x/C
35
@dirrm share/gnome/help/GSnes9x

Return to bug 59124