17 lines
430 B
Makefile
17 lines
430 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/12/03 22:58:23 nocker Exp $
|
|
#
|
|
|
|
DISTNAME= coldfire-0.3.1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.slicer.ca/coldfire/files/
|
|
|
|
MAINTAINER= nocker.bk@gmail.com
|
|
HOMEPAGE= http://www.slicer.ca/coldfire/index.php
|
|
COMMENT= Freescale (Motorola) Coldfire Emulator
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-configure:
|
|
${WRKDIR}/${DISTNAME}/tracer/./mktracech.sh ${WRKDIR}/${DISTNAME}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|