mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d23a795680
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# New ports collection makefile for: 6811sim
|
|
# Version required: 1.6
|
|
# Date created: Thu Sep 14 11:10:01 CDT 1995
|
|
# Whom: erich@rrnet.com
|
|
#
|
|
# $Id: Makefile,v 1.2 1995/11/22 11:48:19 asami Exp $
|
|
#
|
|
|
|
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>
|