aboutsummaryrefslogblamecommitdiff
path: root/games/exhaust/Makefile
blob: 8ab8c54454fb6ea2ac149710250ae462a9479f89 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                     



                       
                                                     
 
                                 

                                                                 


                               
                                                                         

                      
# Created by: Alejandro Pulver <alejandro@varnet.biz>

PORTNAME=	exhaust
PORTVERSION=	1.9.2
CATEGORIES=	games
MASTER_SITES=	http://corewar.co.uk/pihlaja/exhaust/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Redcode simulator easy to embed into applications

PLIST_FILES=	bin/${PORTNAME}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>