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