mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Use modern LIB_DEPENDS
Prefer pkg-plist over Makefile's pollution
This commit is contained in:
parent
77a6eadd56
commit
f80c6995a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329213
@ -10,18 +10,14 @@ COMMENT= Small program for generating a status bar
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
LIB_DEPENDS= confuse:${PORTSDIR}/devel/libconfuse \
|
||||
yajl:${PORTSDIR}/devel/yajl
|
||||
LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \
|
||||
libyajl.so:${PORTSDIR}/devel/yajl
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USES= gmake
|
||||
USE_BZIP2= yes
|
||||
|
||||
PLIST_FILES= bin/i3status \
|
||||
etc/i3status.conf.sample \
|
||||
man/man1/i3status.1.gz
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/i3status.c
|
||||
|
||||
|
3
x11/i3status/pkg-plist
Normal file
3
x11/i3status/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/i3status
|
||||
etc/i3status.conf.sample
|
||||
man/man1/i3status.1.gz
|
Loading…
Reference in New Issue
Block a user