1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/sysutils/wmflame/Makefile
Pete Fritchman 1f52337813 Add wmflame 0.60, a dockapp that shows the load average as a flame.
PR:		38135
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2002-05-31 12:47:07 +00:00

24 lines
458 B
Makefile

# New ports collection makefile for: wmflame
# Date created: 16 May 2002
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= wmflame
PORTVERSION= 0.60
CATEGORIES= sysutils
MASTER_SITES= http://web.novalis.org/programs/
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME}
USE_GMAKE= yes
USE_XPM= yes
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmflame ${PREFIX}/bin
.include <bsd.port.mk>