head	1.23;
access;
symbols
	RELEASE_8_3_0:1.22
	RELEASE_9_0_0:1.22
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.23
date	2012.11.17.05.58.53;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2011.09.01.07.33.07;	author dhn;	state Exp;
branches;
next	1.21;

1.21
date	2011.07.22.11.28.56;	author dhn;	state Exp;
branches;
next	1.20;

1.20
date	2011.06.11.11.06.32;	author dhn;	state Exp;
branches;
next	1.19;

1.19
date	2011.04.23.08.40.29;	author dhn;	state Exp;
branches;
next	1.18;

1.18
date	2011.03.06.12.31.25;	author dhn;	state Exp;
branches;
next	1.17;

1.17
date	2010.03.14.15.58.29;	author dhn;	state Exp;
branches;
next	1.16;

1.16
date	2010.01.30.12.31.49;	author dhn;	state Exp;
branches;
next	1.15;

1.15
date	2009.04.21.14.28.02;	author dhn;	state Exp;
branches;
next	1.14;

1.14
date	2009.03.06.18.14.31;	author dhn;	state Exp;
branches;
next	1.13;

1.13
date	2009.02.27.12.57.10;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2007.02.27.21.05.51;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2006.05.01.10.20.07;	author erwin;	state Exp;
branches;
next	1.10;

1.10
date	2003.12.11.14.38.19;	author krion;	state Exp;
branches;
next	1.9;

1.9
date	2003.11.05.18.11.35;	author glewis;	state Exp;
branches;
next	1.8;

1.8
date	2003.11.03.01.19.22;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2003.03.07.06.05.31;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2002.12.14.05.33.18;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2002.06.14.01.42.33;	author keith;	state Exp;
branches;
next	1.4;

1.4
date	2002.05.17.09.49.32;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2002.01.26.00.04.15;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2001.11.23.03.54.26;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.06.07.43.27;	author keith;	state Exp;
branches;
next	;


desc
@@


1.23
log
@Switch exporter over
@
text
@# Ports collection makefile for:	mmix
# Date created:				25 Oct 2000
# Whom:			Jing-Tang Keith Jang <keith@@FreeBSD.org>
#
# $FreeBSD: head/lang/mmix/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	mmix
PORTVERSION=	20110831
CATEGORIES=	lang
MASTER_SITES=	http://www-cs-faculty.stanford.edu/~knuth/programs/ \
		http://mirror.mcx2.org/

MAINTAINER=	dhn@@FreeBSD.org
COMMENT=	A RISC computer designed by Donald E. Knuth

BUILD_DEPENDS=	ctangle:${PORTSDIR}/devel/cweb

NO_WRKSUBDIR=	yes
FILES=		mmix.1 mmix.mp silly.out silly.run

post-patch:
	@@${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/mmix ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/mmixal ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/mmmix ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/mmotype ${PREFIX}/bin
	@@${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/*.mmconfig ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/*.mmix ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/*.mms ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/*.w ${DATADIR}
.for f in ${FILES}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
.endfor

.include <bsd.port.mk>
@


1.22
log
@- Update to 20110831
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.21
log
@- Update to 20110719
@
text
@d9 1
a9 1
PORTVERSION=	20110719
@


1.20
log
@- Update to 20110605
@
text
@d9 1
a9 1
PORTVERSION=	20110605
@


1.19
log
@- Update to 20110420
@
text
@d9 1
a9 1
PORTVERSION=	20110420
@


1.18
log
@- Update to 20110305
@
text
@d9 1
a9 1
PORTVERSION=	20110305
@


1.17
log
@- Update to 20100311
@
text
@d9 1
a9 1
PORTVERSION=	20100311
@


1.16
log
@- Update to 20100106
@
text
@d9 1
a9 1
PORTVERSION=	20100106
@


1.15
log
@- Update to 20090321

Approved by:	miwi (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	20090321
@


1.14
log
@- Use my FreeBSD address on the ports I maintain

Approved by:	tabthorpe (co-mentor)
@
text
@d9 1
a9 1
PORTVERSION=	20090205
@


1.13
log
@- Update to 20090205
- Pass maintainership to submitter

PR:		131982
Submitted by:	Dennis Herrmann <adox@@mcx2.org>
@
text
@d14 1
a14 1
MAINTAINER=	adox@@mcx2.org
@


1.12
log
@- Update to last snapshot (20060918)

PR:             109324
Submitted by:   Marcelo Araujo <araujo@@bsdmail.org>
@
text
@d9 1
a9 1
PORTVERSION=	20060918
d11 2
a12 1
MASTER_SITES=	http://www-cs-faculty.stanford.edu/~knuth/programs/
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.11
log
@Update to 20060324

PR:		96569
Submitted by:	Martin Wilke <freebsd@@unixfreunde.de> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	20060324
@


1.10
log
@- Fix COMMENT format

PR:		60144
Submitted by:	Ports Fury
@
text
@d9 1
a9 1
PORTVERSION=	20030622
a19 1
USE_REINPLACE=	yes
@


1.9
log
@. Update to mmix-20030622.

PR:		57863
Submitted by:	Stefan Walter <sw@@gegenunendlich.de>
@
text
@d14 1
a14 1
COMMENT=	MMIX is a RISC computer designed by Donald E. Knuth
@


1.8
log
@Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	20021126
@


1.7
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d13 1
a13 1
MAINTAINER=	keith@@FreeBSD.org
@


1.6
log
@Make port fetchable and building again.
Noticed on: bento
@
text
@d14 1
@


1.5
log
@Update to 20020216 version.
@
text
@d9 1
a9 1
PORTVERSION=	20020216
a11 1
DISTNAME=	mmix
d19 1
d22 1
a22 1
	@@${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
@


1.4
log
@BROKEN: incorrect checksum
@
text
@d9 1
a9 1
PORTVERSION=	20020113
a14 2

BROKEN=		"Incorrect checksum"
@


1.3
log
@Update to 20020113 release of mmix
@
text
@d16 2
@


1.2
log
@upgrade to 20011014

PR:		31195
Submitted by:	Florian Schrack <florian.schrack@@freenet.de>
Reviewed by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	20011014
@


1.1
log
@New port: mmix, a RISC computer designed by Donald E. Knuth
@
text
@d9 1
a9 1
PORTVERSION=	1.0
a17 1
MMIXDIR=	${PREFIX}/share/mmix
d21 3
d27 1
d29 6
a34 6
	@@${MKDIR} ${MMIXDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${MMIXDIR}
	${INSTALL_DATA} ${WRKSRC}/*.mmconfig ${MMIXDIR}
	${INSTALL_DATA} ${WRKSRC}/*.mmix ${MMIXDIR}
	${INSTALL_DATA} ${WRKSRC}/*.mms ${MMIXDIR}
	${INSTALL_DATA} ${WRKSRC}/*.w ${MMIXDIR}
d36 1
a36 1
	${INSTALL_DATA} ${WRKSRC}/${f} ${MMIXDIR}
@

