c4bae55596
Yabause is a Sega Saturn emulator. It currently runs on GNU/Linux, FreeBSD and is being ported to Microsoft Windows and Mac OS X. It is also ported to the Sega Dreamcast as a separate project. It is written in C using the SDL and OpenGL libraries with support for cdrom and iso files. WWW: http://yabause.sourceforge.net/ Approved by: garga (mentor)
35 lines
776 B
Makefile
35 lines
776 B
Makefile
# New ports collection makefile for: yabause
|
|
# Date created: 2006-08-23
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yabause
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Sega Saturn system emulator
|
|
|
|
LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_SDL= yes
|
|
USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
SUB_FILES= pkg-message
|
|
PLIST_DIRS= share/yabause
|
|
PLIST_FILES= bin/gen68k \
|
|
bin/yabause \
|
|
share/yabause/c68k_ini.inc
|
|
MAN1= yabause.1
|
|
|
|
post-install:
|
|
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
|
|
|
|
.include <bsd.port.mk>
|