1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/xflame/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

23 lines
459 B
Makefile

# New ports collection makefile for: XFlame
# Version required: 1.1.1
# Date created: 2 January 1999
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
#
# $FreeBSD$
#
DISTNAME= xflame-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>