blob: 32ccaebe272983e54fd0b75694c31ccff2a17be0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: fusefs-pod
# Date created: 22 Aug 2007
# Whom: Max Khon
# $FreeBSD$
#
PORTNAME= pod
PORTVERSION= 0.5.2
PORTREVISION= 3
CATEGORIES= sysutils audio
MASTER_SITES= SF
MASTER_SITE_SUBDIR= fusepod/
PKGNAMEPREFIX= fusefs-
DISTNAME= fusepod-${PORTVERSION}
MAINTAINER= fjoe@FreeBSD.org
COMMENT= FUSE-based filesystem for iPod
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs\
gpod.3:${PORTSDIR}/audio/libgpod\
tag.6:${PORTSDIR}/audio/taglib
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN1= fusepod.1
PLIST_FILES= bin/fusepod
.include <bsd.port.mk>
|