mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4834bd0d13
- Bump portrevision as a file was not packaged with correct group
23 lines
484 B
Makefile
23 lines
484 B
Makefile
# Created by: pat
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmdiskmon
|
|
PORTVERSION= 0.0.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= sysutils windowmaker
|
|
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Disk usage monitor dockapp
|
|
|
|
USE_XORG= x11 xpm
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=""
|
|
|
|
PLIST_FILES= "@(,kmem,2555) bin/${PORTNAME}" man/man1/${PORTNAME}.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/SETGID_FLAGS=/d' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|