ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
22 lines
522 B
Makefile
22 lines
522 B
Makefile
# Created by: Max Khon
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pod
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 14
|
|
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>
|