1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/lang/mixal/Makefile

30 lines
655 B
Makefile
Raw Normal View History

# ex:ts=8
2000-02-13 03:25:05 +00:00
# Ports collection makefile for: mixal
# Date created: 21-Dec-1996
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
#
PORTNAME= mixal
PORTVERSION= 1.07
CATEGORIES= lang
MASTER_SITES= http://www.catb.org/~esr/retro/ \
http://dl.droso.net/ports/
2002-05-08 21:03:16 +00:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= Assembler and interpreter for Donald Knuth's mythical MIX computer
ALL_TARGET= # none
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mix ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for F in READ.ME MIX.DOC NOTES opcodes *.mix
${INSTALL_DATA} ${WRKSRC}/${F} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>