mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
da6c3af5fc
public distfiles are available, or for which are -devel version with a more recent stable version for long Feature safe: yes
26 lines
486 B
Makefile
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>
|