1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/games/exhaust/Makefile
Thomas Abthorpe 73c7900f5b - Reassign ports to heap
Submitted by:	alepulver
2011-02-27 04:54:41 +00:00

27 lines
543 B
Makefile

# New ports collection makefile for: games/exhaust
# Date created: 7 Aug 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= exhaust
PORTVERSION= 1.9.2
CATEGORIES= games
MASTER_SITES= http://www.cs.helsinki.fi/u/jpihlaja/exhaust/
MAINTAINER= ports@FreeBSD.org
COMMENT= Redcode simulator easy to embed into applications
PLIST_FILES= bin/${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
post-install:
@${ECHO_CMD}
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
.include <bsd.port.mk>