mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- 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
This commit is contained in:
parent
88a46da57d
commit
171fc60ebf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306157
@ -1,24 +1,25 @@
|
||||
# New ports collection makefile for: wmflame
|
||||
# Date created: 16 May 2002
|
||||
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
||||
#
|
||||
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wmflame
|
||||
PORTVERSION= 0.60
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://web.novalis.org/programs/
|
||||
MASTER_SITES= AFTERSTEP/stable/rpms/misc-tarballs \
|
||||
http://web.novalis.org/programs/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A dockapp that shows the load average as a flame
|
||||
COMMENT= Dockapp that shows the load average as a flame
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
PLIST_FILES= bin/wmflame
|
||||
WRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME}
|
||||
USE_GMAKE= yes
|
||||
USE_XORG= x11 xpm
|
||||
|
||||
PLIST_FILES= bin/wmflame
|
||||
|
||||
WRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wmflame ${PREFIX}/bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user