freebsd-ports/emulators/dgen-sdl/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

32 lines
603 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= dgen-sdl
PORTVERSION= 1.33
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= SF/dgen/dgen/${PORTVERSION}
MAINTAINER= ak@FreeBSD.org
COMMENT= Wonderful Sega Genesis/MegaDrive emulator
USE_SDL= sdl
USE_GL= yes
USES= fmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/dgen \
bin/dgen_tobin \
man/man1/dgen.1.gz \
man/man1/dgen_tobin.1.gz \
man/man5/dgenrc.5.gz
.include <bsd.port.pre.mk>
.if ${ARCH} == i386
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
.else
CONFIGURE_ARGS+= --disable-asm
.endif
.include <bsd.port.post.mk>