freebsd-ports/games/xflame/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

23 lines
443 B
Makefile

# New ports collection makefile for: XFlame
# Date created: 2 January 1999
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
#
# $FreeBSD$
#
PORTNAME= xflame
PORTVERSION= 1.1.1
CATEGORIES= games
MASTER_SITES= http://www.owlnet.rice.edu/~rahul/
MAINTAINER= kris@FreeBSD.org
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xflame ${PREFIX}/bin/xflame
.include <bsd.port.mk>