mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
23 lines
538 B
Makefile
23 lines
538 B
Makefile
# Created by: Alejandro Pulver <alepulver@FreeBSD.org>
|
|
|
|
PORTNAME= tycho
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= LOCAL/alepulver
|
|
DISTNAME= redcoder
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Program to gather data (statistics) on Core War warriors
|
|
|
|
USES= gmake tar:bzip2
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/tycho \
|
|
bin/tycho-exstat
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/exstat ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-exstat
|
|
|
|
.include <bsd.port.mk>
|