aboutsummaryrefslogtreecommitdiff
path: root/emulators/gbe
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-08-26 03:45:08 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-08-26 03:45:08 +0000
commit3ebf7d71ecf0addd61c6ab66ea620a19203b1c04 (patch)
tree4952748ea0aa9b886c53e5968d85912623b7d1d4 /emulators/gbe
parent76ecc30b202624b3d004f32bcdd0aaf1b548503c (diff)
downloadports-3ebf7d71ecf0addd61c6ab66ea620a19203b1c04.tar.gz
ports-3ebf7d71ecf0addd61c6ab66ea620a19203b1c04.zip
- Fix MASTER_SITES
PR: 160098 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=280449
Diffstat (limited to 'emulators/gbe')
-rw-r--r--emulators/gbe/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/emulators/gbe/Makefile b/emulators/gbe/Makefile
index 6813e432af99..6189f89e4085 100644
--- a/emulators/gbe/Makefile
+++ b/emulators/gbe/Makefile
@@ -9,20 +9,21 @@ PORTNAME= gbe
PORTVERSION= 0.0.22
PORTREVISION= 3
CATEGORIES= emulators
-MASTER_SITES= http://www.zophar.net/unix/Files/
+MASTER_SITES= http://www.zophar.net/fileuploads/1/468dreaj/ \
+ ftp://ftp.canadatux.org/videogames/
MAINTAINER= ports@FreeBSD.org
COMMENT= Nintendo GameBoy(tm) emulator with GNU source code
-BROKEN= does not fech: 302 redirect
-
-PLIST_FILES= bin/gbe
-
WRKSRC= ${WRKDIR}/${PORTNAME}
-CPPFLAGS+= -I${LOCALBASE}/include
-MAKE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
USE_XORG= x11
+MAKE_ENV= LDFLAGS="${LDFLAGS}"
+
+PLIST_FILES= bin/gbe
+
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin