mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
e02d1901da
PR: 202751, 202753 Submitted by: Marco Beishuizen <mbeis@xs4all.nl>
23 lines
482 B
Makefile
23 lines
482 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= mbeis@xs4all.nl
|
|
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>
|