freebsd-ports/emulators/sim6811/Makefile
2003-10-16 01:31:58 +00:00

26 lines
508 B
Makefile

# New ports collection makefile for: 6811sim
# Date created: Thu Sep 14 11:10:01 CDT 1995
# Whom: erich@rrnet.com
#
# $FreeBSD$
#
PORTNAME= sim6811
PORTVERSION= 1.6
CATEGORIES= emulators
MASTER_SITES= ftp://crl.nmsu.edu/pub/non-lexical/6811/
DISTNAME= sim
EXTRACT_SUFX= .tar.Z
MAINTAINER= jeh@FreeBSD.org
COMMENT= A Motorola 6811 simulator
NO_WRKSUBDIR= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>