ports/160099: Update port: emulators/gnuboy

KATO Tsuguru tkato432 at yahoo.com
Wed Aug 24 18:50:21 UTC 2011


>Number:         160099
>Category:       ports
>Synopsis:       Update port: emulators/gnuboy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 24 18:50:20 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/emulators/gnuboy/Makefile emulators/gnuboy/Makefile
--- /usr/ports/emulators/gnuboy/Makefile	2011-08-02 22:32:47.000000000 +0900
+++ emulators/gnuboy/Makefile	2011-08-25 00:24:37.000000000 +0900
@@ -10,30 +10,28 @@
 PORTVERSION=	1.0.3
 PORTREVISION=	8
 CATEGORIES=	emulators games
-MASTER_SITES=	http://gnuboy.unix-fu.org/src/ \
-		http://brightrain.aerifal.cx/~laguna/src/
+MASTER_SITES=	http://www.sourcefiles.org/Emulators/Videogames/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Nintendo GameBoy emulator
 
-BROKEN=	does not fetch
+LICENSE=	GPLv2 # (or later)
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	vga.1:${PORTSDIR}/graphics/svgalib
 
 USE_SDL=	sdl
 USE_XORG=	x11
 USE_AUTOTOOLS=	autoconf
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--with-sdl
+MAKE_JOBS_SAFE=	yes
 
-.if !defined(NOPORTDOCS)
 PORTDOCS=	*
-.endif
-
 PLIST_FILES=	bin/sdlgnuboy bin/sgnuboy bin/xgnuboy
 
-post-patch:
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 do-install:
 .for file in sdlgnuboy sgnuboy xgnuboy
@@ -41,7 +39,7 @@
 .endfor
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/emulators/gnuboy/pkg-descr emulators/gnuboy/pkg-descr
--- /usr/ports/emulators/gnuboy/pkg-descr	2001-07-02 02:00:28.000000000 +0900
+++ emulators/gnuboy/pkg-descr	2011-08-19 00:45:50.000000000 +0900
@@ -3,4 +3,4 @@
 
 You can find public domain ROMs at SubPort.org
 
-WWW: http://gnuboy.unix-fu.org/
+WWW: http://code.google.com/p/gnuboy/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list