aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-pod/Makefile
blob: 285ae2bcb19aa7657195a1768cf4aaad87af7632 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	pod
PORTVERSION=	0.5.2
PORTREVISION=	15
CATEGORIES=	sysutils audio
MASTER_SITES=	SF/fuse${PORTNAME}/fuse${PORTNAME}/FUSEPod%20v${PORTVERSION}
PKGNAMEPREFIX=	fusefs-
DISTNAME=	fusepod-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	FUSE-based filesystem for iPod
WWW=		https://fusepod.sourceforge.net/

LIB_DEPENDS=	libgpod.so:audio/libgpod\
		libtag.so:audio/taglib

USES=		compiler:c++11-lang fuse pkgconfig tar:bzip2
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES=	bin/fusepod share/man/man1/fusepod.1.gz

.include <bsd.port.mk>