freebsd-ports/sysutils/mxkill/Makefile
2021-04-06 16:31:07 +02:00

19 lines
390 B
Makefile

# Created by: Cy Schubert <cy@FreeBSD.org>
PORTNAME= mxkill
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= https://www.muquit.com/muquit/software/mxkill/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= cy@FreeBSD.org
COMMENT= X/Motif interface to ps with kill capability
USES= imake:noman motif
USE_XORG= xt x11
ALL_TARGET= mxkill
PLIST_FILES= bin/mxkill
.include <bsd.port.mk>