mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
e7a77f4def
2: new syntax of LIB_DEPENDS. 3: USES=tar:bzip2 Approved by: portmgr@ (blanket approval)
23 lines
526 B
Makefile
23 lines
526 B
Makefile
# Created by: Max Khon
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pod
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 10
|
|
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:${PORTSDIR}/audio/libgpod\
|
|
libtag.so:${PORTSDIR}/audio/taglib
|
|
|
|
USES= fuse pkgconfig tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/fusepod man/man1/fusepod.1.gz
|
|
|
|
.include <bsd.port.mk>
|