1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/sysutils/wmdiskmon/Makefile
Antoine Brodin 4834bd0d13 - Allow staging as a regular user
- Bump portrevision as a file was not packaged with correct group
2014-09-12 18:24:57 +00:00

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>