aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mxkill/Makefile
blob: 1cd8eb3dff72daf93c150e55f64356b196714cc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
WWW=		https://www.muquit.com/muquit/software/mxkill/mxkill.html

USES=		imake:noman motif
USE_XORG=	xt x11

ALL_TARGET=	mxkill

PLIST_FILES=	bin/mxkill

.include <bsd.port.mk>