blob: e1a2dba93e3fe6615d3129cbaa50e4667bb2ff9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ftp://crl.nmsu.edu/pub/non-lexical/6811/ \
http://freebsd.unixfreunde.de/sources/
DISTNAME= sim
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= A Motorola 6811 simulator
NO_WRKSUBDIR= yes
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>
|