18 lines
449 B
Makefile
18 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/08/27 15:33:07 christtrekker Exp $
|
|
#
|
|
|
|
DISTNAME= ctm-syn68k-b9044353deba13876bd024ea42c8be04e2ff3d8f
|
|
PKGNAME= syn68k-20090622
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://download.github.com/
|
|
|
|
MAINTAINER= christtrekker@users.sourceforge.net
|
|
HOMEPAGE= http://download.github.com/
|
|
COMMENT= ARDI's 68LC040 CPU emulator
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= bash
|
|
REPLACE_BASH= autogen.sh test/testall.sh
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|