mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
cd00eb8501
- Convert Makefile headers to new style - Remove indefinite article from COMMENT PR: ports/173758 [1] Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> Feature safe: yes
31 lines
541 B
Makefile
31 lines
541 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dgen-sdl
|
|
PORTVERSION= 1.31
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= SF/dgen/dgen/${PORTVERSION}
|
|
|
|
MAINTAINER= ak@FreeBSD.org
|
|
COMMENT= Wonderful Sega Genesis/MegaDrive emulator
|
|
|
|
USE_SDL= sdl
|
|
USE_GL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/dgen \
|
|
bin/dgen_tobin
|
|
|
|
MAN1= dgen.1 dgen_tobin.1
|
|
MAN5= dgenrc.5
|
|
|
|
.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>
|