aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-03 17:11:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-03 17:11:18 +0000
commitf80c6995a107c23892cf6130e0360f9061aa7d79 (patch)
tree8d69fdda4b0d95a58d8948ed455d3d807c9e68f8 /x11
parent77a6eadd569578a0fbf63f6c5219f9509754e90e (diff)
downloadports-f80c6995a107c23892cf6130e0360f9061aa7d79.tar.gz
ports-f80c6995a107c23892cf6130e0360f9061aa7d79.zip
Use modern LIB_DEPENDS
Prefer pkg-plist over Makefile's pollution
Notes
Notes: svn path=/head/; revision=329213
Diffstat (limited to 'x11')
-rw-r--r--x11/i3status/Makefile8
-rw-r--r--x11/i3status/pkg-plist3
2 files changed, 5 insertions, 6 deletions
diff --git a/x11/i3status/Makefile b/x11/i3status/Makefile
index b127b92a34c2..8e6a70f94d83 100644
--- a/x11/i3status/Makefile
+++ b/x11/i3status/Makefile
@@ -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
diff --git a/x11/i3status/pkg-plist b/x11/i3status/pkg-plist
new file mode 100644
index 000000000000..fedbb53b1e11
--- /dev/null
+++ b/x11/i3status/pkg-plist
@@ -0,0 +1,3 @@
+bin/i3status
+etc/i3status.conf.sample
+man/man1/i3status.1.gz