forked from Lainports/freebsd-ports
Switch to GCC from ports on GCC architectures to fix linking and include strings.h in src/fusepod_util.h to find strcasecmp: /usr/local/lib/libtag.so: undefined reference to `std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::find_last_not_of(wchar_t const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21' PR: 237157 Approved by: mat (mentor), fjoe (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D20113
22 lines
522 B
Makefile
22 lines
522 B
Makefile
# Created by: Max Khon
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pod
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 13
|
|
CATEGORIES= sysutils audio
|
|
MASTER_SITES= SF/fuse${PORTNAME}/fuse${PORTNAME}/FUSEPod%20v${PORTVERSION}
|
|
PKGNAMEPREFIX= fusefs-
|
|
DISTNAME= fusepod-${PORTVERSION}
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= FUSE-based filesystem for iPod
|
|
|
|
LIB_DEPENDS= libgpod.so:audio/libgpod\
|
|
libtag.so:audio/taglib
|
|
|
|
USES= compiler:c++11-lang fuse pkgconfig tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/fusepod man/man1/fusepod.1.gz
|
|
|
|
.include <bsd.port.mk>
|