Files
ports/sysutils/wmdiskmon/Makefile
Marco Beishuizen 358dd0e544 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
2024-10-09 20:37:11 +02:00

25 lines
575 B
Makefile

PORTNAME= wmdiskmon
DISTVERSION= 0.0.2
PORTREVISION= 5
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
MAINTAINER= ports@FreeBSD.org
COMMENT= Disk usage monitor dockapp
WWW= http://tnemeth.free.fr/projets/dockapps.html
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg
USE_XORG= x11 xext xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=""
PLIST_FILES= "@(,kmem,2555) bin/${PORTNAME}" share/man/man1/${PORTNAME}.1.gz
post-patch:
@${REINPLACE_CMD} '/SETGID_FLAGS=/d' ${WRKSRC}/configure
.include <bsd.port.mk>