freebsd-ports/emulators/dgen-sdl/Makefile
Maxim Sobolev 10588346d3 Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
2003-07-29 09:12:37 +00:00

29 lines
618 B
Makefile

# New ports collection makefile for: dgen-sdl
# Date created: 20 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dgen-sdl
PORTVERSION= 1.22
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://pknet.com/~joe/
MAINTAINER= ports@FreeBSD.org
COMMENT= A wonderful Sega Genesis/MegaDrive emulator
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_MESA= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
MAN1= dgen.1 tobin.1
MAN5= dgenrc.5
.include <bsd.port.mk>