676d15a60f
PR: 126102 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
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.2
|
|
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>
|