blob: 0cd858b51ce26af97eee1fad1ae197fd37112ba0 (
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
|
# 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
PORTCOMMENT= A dockapp that shows the load average as a flame
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>
|