freebsd-ports/sysutils/wmflame/Makefile
Jason E. Hale 171fc60ebf - Update MASTER_SITES
- Add LICENSE (GPLv2)
- Remove indefinite article from COMMENT
- Trim Makefile header

PR:		ports/172070
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-20 04:46:12 +00:00

26 lines
523 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
USE_GMAKE= yes
USE_XORG= x11 xpm
PLIST_FILES= bin/wmflame
WRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmflame ${PREFIX}/bin
.include <bsd.port.mk>