mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
849f4a2e3c
warriors and fights each against the other. Execution logs of each instruction executed are recorded for all fights. It prints a report in HTML format. WWW: http://redcoder.sourceforge.net/?p=tycho
30 lines
618 B
Makefile
30 lines
618 B
Makefile
# New ports collection makefile for: tycho
|
|
# Date created: 2008-01-16
|
|
# Whom: alepulver
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tycho
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= alepulver
|
|
DISTNAME= redcoder
|
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
|
COMMENT= Program to gather data (statistics) on Core War warriors
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/tycho \
|
|
bin/tycho-exstat
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/exstat ${PREFIX}/bin/${PORTNAME}-exstat
|
|
|
|
.include <bsd.port.mk>
|