1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/emulators/gbe/Makefile
Niclas Zeising d52303ea80 Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'.
2019-11-05 15:48:40 +00:00

28 lines
566 B
Makefile

# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
# $FreeBSD$
PORTNAME= gbe
PORTVERSION= 0.0.22
PORTREVISION= 3
CATEGORIES= emulators
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
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= xorg
USE_XORG= x11
PLIST_FILES= bin/gbe
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gbe ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>