summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ifuse/Makefile
blob: 31e954e30a8c8e8e4ceb4f5f7d68bb649591814b (plain) (blame)
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
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    fusefs-ifuse
# Date created:                         09 October 2011
# Whom:                                 Gabor Zahemszky
#
# $FreeBSD$
#

PORTNAME=	ifuse
PORTVERSION=	1.1.1
CATEGORIES=	sysutils
MASTER_SITES=	http://www.libimobiledevice.org/downloads/
PKGNAMEPREFIX=	fusefs-

MAINTAINER=	Gabor@Zahemszky.HU
COMMENT=	Mount iPod Touch / iPhone directories over USB

# LICENSE=	LGPL21
# LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	imobiledevice.1:${PORTSDIR}/comms/libimobiledevice

RUN_DEPENDS=	usbmuxd:${PORTSDIR}/comms/usbmuxd

SUB_FILES=	pkg-message
USE_BZIP2=	yes
USE_FUSE=	yes
USE_GNOME=	glib20 pkgconfig

GNU_CONFIGURE=	yes
LDFLAGS+=	-L${LOCALBASE}/lib
MAKE_JOBS_SAFE=	yes
CFLAGS+=	-I${LOCALBASE}/include

PLIST_FILES=	bin/${PORTNAME}

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>