blob: 9f9dbaa5eb0ffd3030fb4541de3b2ef978014a2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: 6811sim
# Version required: 1.6
# Date created: Thu Sep 14 11:10:01 CDT 1995
# Whom: erich@rrnet.com
#
# $FreeBSD$
#
DISTNAME= sim
PKGNAME= sim6811-1.6
CATEGORIES= emulators
MASTER_SITES= ftp://crl.nmsu.edu/pub/non-lexical/6811/
EXTRACT_SUFX= .tar.Z
MAINTAINER= erich@FreeBSD.org
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
|