blob: fe2ea4a5799a691484648949a3080d54977ece84 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Alejandro Pulver <alepulver@FreeBSD.org>
# $FreeBSD$
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>
|