aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/mxkill/Makefile
blob: bdc7bd8a395842856801a5acc48be8dace381631 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Cy Schubert <cy@FreeBSD.org>
# $FreeBSD$

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

PLIST_FILES=    bin/mxkill

.include <bsd.port.mk>