1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/sysutils/wmdiskmon/Makefile
Niclas Zeising 428fac4e1c Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:17:53 +00:00

24 lines
494 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
USES= xorg
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>