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