summaryrefslogtreecommitdiff
path: root/filesystems/pod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/pod/Makefile')
-rw-r--r--filesystems/pod/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/filesystems/pod/Makefile b/filesystems/pod/Makefile
new file mode 100644
index 000000000000..c529f422b50e
--- /dev/null
+++ b/filesystems/pod/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= pod
+PORTVERSION= 0.5.2
+PORTREVISION= 16
+CATEGORIES= filesystems 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>