1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/sysutils/fusefs-ifuse/Makefile
Alberto Villa d93fb0ac05 - Update to 1.1.2.
- Rewrite COMMENT.
- Rewrite pkg-message.
- Add LICENSE.
- Cleanup.

Approved by:	Gabor Zahemszky <Gabor@Zahemszky.HU> (maintainer) via email
2013-05-07 00:38:51 +00:00

35 lines
704 B
Makefile

# Created by: Gabor Zahemszky
# $FreeBSD$
PORTNAME= ifuse
PORTVERSION= 1.1.2
CATEGORIES= sysutils
MASTER_SITES= http://www.libimobiledevice.org/downloads/
PKGNAMEPREFIX= fusefs-
MAINTAINER= Gabor@Zahemszky.HU
COMMENT= FUSE-based filesystem for mounting iOS devices over USB
LICENSE= LGPL21
LIB_DEPENDS= plist:${PORTSDIR}/devel/libplist \
imobiledevice:${PORTSDIR}/comms/libimobiledevice
RUN_DEPENDS= usbmuxd:${PORTSDIR}/comms/usbmuxd
USE_GNOME= glib20
USES= fuse pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/${PORTNAME}
MAN1= ifuse.1
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>