freebsd-ports/emulators/dgen-sdl/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

32 lines
602 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= dgen-sdl
PORTVERSION= 1.33
PORTREVISION= 3
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= gmake libarchive
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:devel/nasm
.else
CONFIGURE_ARGS+= --disable-asm
.endif
.include <bsd.port.post.mk>