blob: a511a1e08a231d11fe61020861aca5d32b0a3bbd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
PORTNAME= kew
DISTVERSIONPREFIX= v
DISTVERSION= 3.4.0
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
COMMENT= Command-line music player with the terminal user interface (TUI)
WWW= https://github.com/ravachol/kew
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= compilation fails with incompatible pointer, see https://github.com/ravachol/kew/issues/118
LIB_DEPENDS= libchafa.so:graphics/chafa \
libcurl.so:ftp/curl \
libfaad.so:audio/faad \
libfftw3f.so:math/fftw3-float \
libnotify.so:devel/libnotify \
libogg.so:audio/libogg \
libopus.so:audio/opus \
libopusfile.so:audio/opusfile \
libtag.so:audio/taglib \
libvorbis.so:audio/libvorbis
USES= gettext-runtime gmake gnome pkgconfig
USE_GNOME= glib20
USE_GITHUB= yes
GH_ACCOUNT= ravachol
MAKE_ARGS= CC=${CC} PREFIX=${PREFIX}
PLIST_FILES= bin/kew \
share/man/man1/kew.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kew
.include <bsd.port.mk>
|