[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / emulators / dgen

File: [local] / ports / emulators / dgen / Attic / Makefile (download)

Revision 1.1.1.1 (vendor branch), Mon Nov 10 12:06:43 2008 UTC (15 years, 7 months ago) by yason
Branch: dgen
CVS Tags: import
Changes since 1.1: +0 -0 lines

re-import

# $OpenBSD$

COMMENT =		Sega Genesis/MegaDrive emulator
DISTNAME =		dgen-sdl-1.23

CATEGORIES =		emulators

HOMEPAGE =		http://tamentis.com/projects/dgen/
MASTER_SITES =		http://tamentis.com/projects/dgen/files/

MAINTAINER = 		Nickolay A. Burkov <nbrk@linklevel.net>

ONLY_FOR_ARCHS = 	i386 amd64

# BSD
PERMIT_PACKAGE_CDROM =	Yes
PERMIT_PACKAGE_FTP =	Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP =	Yes

WANTLIB =		GL c m pthread stdc++

USE_X11 =		Yes

LIB_DEPENDS =		SDL::devel/sdl
BUILD_DEPENDS =		:nasm-*:devel/nasm

CONFIGURE_STYLE =	gnu
CONFIGURE_ARGS =	--disable-sdltest

.include <bsd.port.mk>