mirror of https://git.FreeBSD.org/ports.git
- Add CPE info
- Pet portlint - Add permissions to pkg-plist
This commit is contained in:
parent
c5dfc5e3c2
commit
67d5b59407
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383602
|
@ -3,21 +3,22 @@
|
|||
|
||||
PORTNAME= slock
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://dl.suckless.org/tools/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simple X screen locker
|
||||
|
||||
MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \
|
||||
X11INC="${LOCALBASE}/include" CC="${CC}" \
|
||||
MANPREFIX="${MANPREFIX}/man"
|
||||
PLIST_FILES= bin/slock
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cpe
|
||||
CPE_VENDOR= suckless
|
||||
USE_XORG= x11 xt xproto xext
|
||||
MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \
|
||||
X11INC="${LOCALBASE}/include" CC="${CC}" \
|
||||
MANPREFIX="${MANPREFIX}/man"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-I/usr/include||;s|-L/usr/lib||;s|= -Os|+=|'\
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
@(,,4755) bin/slock
|
Loading…
Reference in New Issue