opnsense-ports/emulators/gbe/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

26 lines
554 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}
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>