freebsd-ports/emulators/dgen-sdl/Makefile

27 lines
497 B
Makefile
Raw Normal View History

# New ports collection makefile for: dgen-sdl
# Date created: 20 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dgen-sdl
PORTVERSION= 1.23
2008-03-13 15:28:35 +01:00
PORTREVISION= 4
CATEGORIES= emulators
MASTER_SITES= http://src4.narod.ru/
MAINTAINER= spam@rm-rf.kiev.ua
COMMENT= A wonderful Sega Genesis/MegaDrive emulator
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_SDL= sdl
2003-12-10 14:38:42 +01:00
USE_GL= yes
GNU_CONFIGURE= yes
MAN1= dgen.1 tobin.1
MAN5= dgenrc.5
.include <bsd.port.mk>