freebsd-ports/sysutils/fusefs-pod/Makefile
Florian Smeets d26530b713 - introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
2012-12-14 15:47:00 +00:00

27 lines
589 B
Makefile

# New ports collection makefile for: fusefs-pod
# Date created: 22 Aug 2007
# Whom: 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= gpod.7:${PORTSDIR}/audio/libgpod\
tag.1:${PORTSDIR}/audio/taglib
USE_BZIP2= yes
USE_FUSE= yes
GNU_CONFIGURE= yes
MAN1= fusepod.1
PLIST_FILES= bin/fusepod
.include <bsd.port.mk>