Fri Sep 8 06:27:13 2017 UTC ()
Update HOMEPAGE.


(wiz)
diff -r1.52 -r1.53 pkgsrc/emulators/snes9x-gtk/Makefile

cvs diff -r1.52 -r1.53 pkgsrc/emulators/snes9x-gtk/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/snes9x-gtk/Makefile 2017/09/08 02:38:40 1.52
+++ pkgsrc/emulators/snes9x-gtk/Makefile 2017/09/08 06:27:13 1.53
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.52 2017/09/08 02:38:40 ryoon Exp $ 1# $NetBSD: Makefile,v 1.53 2017/09/08 06:27:13 wiz Exp $
2 2
3DISTNAME= snes9x-1.53-src 3DISTNAME= snes9x-1.53-src
4PKGNAME= snes9x-gtk-1.53.81 4PKGNAME= snes9x-gtk-1.53.81
5PKGREVISION= 33 5PKGREVISION= 33
6CATEGORIES= emulators 6CATEGORIES= emulators
7MASTER_SITES= http://snes9x-gtk.googlecode.com/files/ 7MASTER_SITES= http://snes9x-gtk.googlecode.com/files/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.snes9x.com/phpbb2/viewtopic.php?p=22874 11HOMEPAGE= http://www.snes9x.com/phpbb3/viewtopic.php?p=22874
12COMMENT= SNES emulator with GTK frontend 12COMMENT= SNES emulator with GTK frontend
13LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 13LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
14 14
15WRKSRC= ${WRKDIR}/${DISTNAME}/gtk 15WRKSRC= ${WRKDIR}/${DISTNAME}/gtk
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18USE_TOOLS+= intltool msgfmt msgmerge perl pkg-config xgettext 18USE_TOOLS+= intltool msgfmt msgmerge perl pkg-config xgettext
19 19
20LDFLAGS.SunOS+= -lsocket -lnsl 20LDFLAGS.SunOS+= -lsocket -lnsl
21 21
22.include "options.mk" 22.include "options.mk"
23 23
24.if ${MACHINE_ARCH} == "i386" 24.if ${MACHINE_ARCH} == "i386"