9d6e501ed8
If there is no X client owning the selection it just exits. Useful for scripts where you can query the X selection without pressing mouse Button2 in cumbersome ways. WWW: http://www.suckless.org/programs/sselp.html PR: ports/125770 Submitted by: Julien Laffaye <kimelto at gmail.com>
21 lines
444 B
Makefile
21 lines
444 B
Makefile
# New ports collection makefile for: sselp
|
|
# Date created: July 19, 2008
|
|
# Whom: Julien Laffaye <kimelto@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sselp
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://code.suckless.org/dl/tools/ \
|
|
http://laffaye.free.fr/distfiles/
|
|
|
|
MAINTAINER= kimelto@gmail.com
|
|
COMMENT= Simple SELection Printer for X11
|
|
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/sselp
|
|
|
|
.include <bsd.port.mk>
|