mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
36 lines
683 B
Makefile
36 lines
683 B
Makefile
# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
PORTNAME= gngb
|
|
PORTVERSION= 20060309
|
|
PORTREVISION= 10
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://m.peponas.free.fr/gngb/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GameBoy(tm) emulator
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake localbase sdl
|
|
USE_CSTD= gnu89
|
|
USE_SDL= sdl
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/gngb \
|
|
man/man1/gngb.1.gz
|
|
|
|
OPTIONS_DEFINE= OPENGL
|
|
|
|
OPENGL_USES= gl
|
|
OPENGL_USE= GL=gl
|
|
OPENGL_CONFIGURE_ENABLE=gl
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|"$$SDL_CONFIG" = yes|-n "$$SDL_CONFIG"|g ; \
|
|
s|sdl-config |$$SDL_CONFIG |g ; \
|
|
s|$$OPT||g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|