1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add port x11/slock:

Simple X screen locker

WWW: http://www.suckless.org/wiki/tools/xlib
This commit is contained in:
Andrew Pantyukhin 2007-02-18 00:45:34 +00:00
parent 3182442b56
commit c9bd4ce7f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185411
4 changed files with 32 additions and 0 deletions

View File

@ -213,6 +213,7 @@
SUBDIR += silo
SUBDIR += sisctrl
SUBDIR += slim
SUBDIR += slock
SUBDIR += stalonetray
SUBDIR += startup-notification
SUBDIR += sxpc

25
x11/slock/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: slock
# Date created: 18 February 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= slock
PORTVERSION= 0.4
CATEGORIES= x11
MASTER_SITES= http://www.suckless.org/download/ CSME
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Simple X screen locker
MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${X11BASE}/lib" \
X11INC="${X11BASE}/include" CC="${CC}" \
MANPREFIX="${MANPREFIX}/man"
PLIST_FILES= bin/slock
post-patch:
@${REINPLACE_CMD} -e 's|-I/usr/include||;s|-L/usr/lib||;s|= -Os|+=|'\
-e 's|-DHAVE_SHADOW_H||' ${WRKSRC}/config.mk
.include <bsd.port.mk>

3
x11/slock/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (slock-0.4.tar.gz) = 979c1e089e9989ac8a6054987e085393
SHA256 (slock-0.4.tar.gz) = 6394f3ed895d157c7c47849156cf2a3a6ce0745cfbc9001d903f37101e11c622
SIZE (slock-0.4.tar.gz) = 3415

3
x11/slock/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Simple screen locker utility for X
WWW: http://www.suckless.org/wiki/tools/xlib