blob: d3d9bcfa9034a16f115d7e05de55d6b1be299d8c (
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://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>
|