diff options
author | miwi <miwi@FreeBSD.org> | 2011-08-26 11:46:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-08-26 11:46:11 +0800 |
commit | e17a69420f6cd7a056a2e49eb4dfe3ed6ce29aa1 (patch) | |
tree | 58dd5ca0bfca1657eb774c015d84133ef40a5302 /emulators/gnuboy | |
parent | 0ccd76812a8b9112e2f605c49597ad2271b6a02a (diff) | |
download | freebsd-ports-gnome-e17a69420f6cd7a056a2e49eb4dfe3ed6ce29aa1.tar.gz freebsd-ports-gnome-e17a69420f6cd7a056a2e49eb4dfe3ed6ce29aa1.tar.zst freebsd-ports-gnome-e17a69420f6cd7a056a2e49eb4dfe3ed6ce29aa1.zip |
- Update MASTER_SITES and WWW: line
- Add LICENSE
PR: 160099
Submitted by: Ports Fury
Diffstat (limited to 'emulators/gnuboy')
-rw-r--r-- | emulators/gnuboy/Makefile | 18 | ||||
-rw-r--r-- | emulators/gnuboy/pkg-descr | 2 |
2 files changed, 9 insertions, 11 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 6837eaeb1e5e..6e2f9e0bf6ee 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -10,30 +10,28 @@ PORTNAME= gnuboy 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@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 @@ do-install: .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/emulators/gnuboy/pkg-descr b/emulators/gnuboy/pkg-descr index 32001e4c0842..632a18b41d78 100644 --- a/emulators/gnuboy/pkg-descr +++ b/emulators/gnuboy/pkg-descr @@ -3,4 +3,4 @@ software platform You can find public domain ROMs at SubPort.org -WWW: http://gnuboy.unix-fu.org/ +WWW: http://code.google.com/p/gnuboy/ |