opnsense-ports/sysutils/wmflame/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

26 lines
532 B
Makefile

# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
PORTNAME= wmflame
PORTVERSION= 0.60
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= AFTERSTEP/stable/rpms/misc-tarballs \
http://web.novalis.org/programs/
MAINTAINER= ports@FreeBSD.org
COMMENT= Dockapp that shows the load average as a flame
LICENSE= GPLv2
USES= gmake
USE_XORG= x11 xpm
PLIST_FILES= bin/wmflame
WRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmflame ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>