freebsd-ports/games/exhaust/Makefile
Alejandro Pulver faf157a3b3 Change the maintainership address to the @FreeBSD.org one.
Approved by:	garga (mentor)
2006-04-09 13:08:16 +00:00

28 lines
567 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= alepulver@FreeBSD.org
COMMENT= Redcode simulator easy to embed into applications
USE_REINPLACE= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
post-install:
@${ECHO_CMD}
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
.include <bsd.port.mk>