mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
sysutils/wmdiskmon: Drop maintainership
While I'm here: * switch to DISTVERSION * add xext to USE_XORG * add LICENSE and LICENSE_FILE * remove GNU_CONFIGURE_MANPREFIX PR: 281968 Approved by: submitter was maintainer
This commit is contained in:
parent
70bc092555
commit
358dd0e544
1 changed files with 6 additions and 4 deletions
|
@ -1,17 +1,19 @@
|
||||||
PORTNAME= wmdiskmon
|
PORTNAME= wmdiskmon
|
||||||
PORTVERSION= 0.0.2
|
DISTVERSION= 0.0.2
|
||||||
PORTREVISION= 5
|
PORTREVISION= 5
|
||||||
CATEGORIES= sysutils windowmaker
|
CATEGORIES= sysutils windowmaker
|
||||||
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
|
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
|
||||||
|
|
||||||
MAINTAINER= mbeis@xs4all.nl
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Disk usage monitor dockapp
|
COMMENT= Disk usage monitor dockapp
|
||||||
WWW= http://tnemeth.free.fr/projets/dockapps.html
|
WWW= http://tnemeth.free.fr/projets/dockapps.html
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= xorg
|
USES= xorg
|
||||||
USE_XORG= x11 xpm
|
USE_XORG= x11 xext xpm
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
CONFIGURE_ARGS= --program-prefix=""
|
CONFIGURE_ARGS= --program-prefix=""
|
||||||
|
|
||||||
PLIST_FILES= "@(,kmem,2555) bin/${PORTNAME}" share/man/man1/${PORTNAME}.1.gz
|
PLIST_FILES= "@(,kmem,2555) bin/${PORTNAME}" share/man/man1/${PORTNAME}.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue