aboutsummaryrefslogtreecommitdiffstats
path: root/games/xflame/Makefile
blob: a15a085e24f718335eaef4d4d81e4f9685d4a270 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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
PORTREVISION=   2
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=kris

MAINTAINER= kris@FreeBSD.org
COMMENT=    A cool animated flame

USE_IMAKE=  yes
USE_XORG=   x11 xext

NO_INSTALL_MANPAGES=    yes
PLIST_FILES=        bin/xflame

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

.include <bsd.port.mk>