1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/sysutils/mtpfs/Makefile
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

35 lines
681 B
Makefile

PORTNAME= mtpfs
PORTVERSION= 1.1
PORTREVISION= 5
CATEGORIES= sysutils
MAINTAINER= jhixson@FreeBSD.org
COMMENT= MTP device filesystem
WWW= https://www.adebenham.com/mtpfs/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmtp.so:multimedia/libmtp \
libid3.so:audio/id3lib \
libid3tag.so:audio/libid3tag \
libmad.so:audio/libmad
USES= autoreconf fuse gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= cjd
GH_TAGNAME= fd3864dd6f0e8183fa2598d4cf890401d3a1e09a
USE_GNOME= glib20
GNU_CONFIGURE= yes
PLIST_FILES= bin/mtpfs
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.mk>