mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix MASTER_SITE
- Add license - Pass maintainership to submitter. PR: ports/148467 Submitted by: Bapt <baptiste.daroussin@gmail.com>
This commit is contained in:
parent
fa299818f7
commit
67b4deb2a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257562
@ -8,9 +8,9 @@
|
||||
PORTNAME= slock
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://code.suckless.org/dl/tools/
|
||||
MASTER_SITES= http://dl.suckless.org/tools/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= baptiste.daroussin@gmail.com
|
||||
COMMENT= Simple X screen locker
|
||||
|
||||
MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \
|
||||
@ -18,6 +18,9 @@ MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \
|
||||
MANPREFIX="${MANPREFIX}/man"
|
||||
PLIST_FILES= bin/slock
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_XORG= x11 xt xproto xext
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
Simple screen locker utility for X
|
||||
|
||||
WWW: http://code.suckless.org/programs/slock.html
|
||||
WWW: http://tools.suckless.org/slock
|
||||
|
Loading…
Reference in New Issue
Block a user