diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gnuboy/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 4f54fed2bb3e..c0257ab5314b 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -5,7 +5,7 @@ PORTNAME= gnuboy PORTVERSION= 1.0.3 PORTREVISION= 11 CATEGORIES= emulators games -MASTER_SITES= http://www.sourcefiles.org/Emulators/Videogames/ +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Nintendo GameBoy emulator @@ -13,11 +13,13 @@ COMMENT= Nintendo GameBoy emulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libvga.so:graphics/svgalib - +DEPRECATED= Latest version is 1.0.5, older version does not fetch +EXPIRATION_DATE= 2018-03-01 ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= relies on features specific to x86 +LIB_DEPENDS= libvga.so:graphics/svgalib + USES= autoreconf compiler USE_SDL= sdl USE_XORG= x11 |