18 lines
346 B
Makefile
18 lines
346 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
|
|
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/sselp
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|