mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
8efbfe6d1f
Approved by: portmgr (blanket)
16 lines
312 B
Makefile
16 lines
312 B
Makefile
PORTNAME= xkill
|
|
PORTVERSION= 1.0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Utility for killing a client by its X resource
|
|
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= x11 xmuu
|
|
|
|
PLIST_FILES= bin/xkill share/man/man1/xkill.1.gz
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|