diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 03:45:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 03:45:08 +0000 |
commit | 3ebf7d71ecf0addd61c6ab66ea620a19203b1c04 (patch) | |
tree | 4952748ea0aa9b886c53e5968d85912623b7d1d4 /emulators | |
parent | 76ecc30b202624b3d004f32bcdd0aaf1b548503c (diff) | |
download | ports-3ebf7d71ecf0addd61c6ab66ea620a19203b1c04.tar.gz ports-3ebf7d71ecf0addd61c6ab66ea620a19203b1c04.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gbe/Makefile | 15 |
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 |