freebsd-ports/x11/sselp/Makefile
Adam Weinberger d17ef79851 Partially revert r530801
The maintainer reset rule was not applied correctly. jlaffaye's ports
are reassigned back to him, with the exception of lang/go where both
quantity and length of timeouts made the reset appropriate and
necessary.

With hat:	portmgr
2020-04-06 17:04:43 +00:00

19 lines
344 B
Makefile

# Created by: Julien Laffaye <kimelto@gmail.com>
# $FreeBSD$
PORTNAME= sselp
PORTVERSION= 0.2
CATEGORIES= x11
MASTER_SITES= http://dl.suckless.org/tools/ \
http://laffaye.free.fr/distfiles/
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Simple SELection Printer for X11
USES= xorg
USE_XORG= x11
PLIST_FILES= bin/sselp
.include <bsd.port.mk>