0bb78c6c9d
their files via a custom do-install target.
29 lines
651 B
Makefile
29 lines
651 B
Makefile
# $NetBSD: Makefile,v 1.16 2008/03/03 19:21:38 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= dega-1.07
|
|
PKGREVISION= 5
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.emulinks.de/emus/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.finalburn.com/dega/
|
|
COMMENT= Sega Game Gear, Sega Mark III and Sega Master System emulator
|
|
|
|
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
# Uses i386 assembly code
|
|
ONLY_FOR_PLATFORM= *-*-i386
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dega ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|