blob: 57c822dc4ea17d7e358c3a0d71896ae6cbca060c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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://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
.include <bsd.port.mk>
|