1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/games/xflame/Makefile
Baptiste Daroussin da6c3af5fc Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long

Feature safe:	yes
2012-10-26 14:57:50 +00:00

26 lines
486 B
Makefile

# Created by: 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= ports@FreeBSD.org
COMMENT= A cool animated flame
DEPRECATED= No more public distfiles
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>