aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mxkill/Makefile
blob: 65c196d26ae32e0131f00cf5d121c41e3352a2cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>