ports/multimedia/libmtp/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

28 lines
653 B
Makefile

PORTNAME= libmtp
PORTVERSION= 1.1.18
CATEGORIES= multimedia audio
MASTER_SITES= SF
MAINTAINER= desktop@FreeBSD.org
COMMENT= Media Transfer Protocol (MTP) library
WWW= https://libmtp.sourceforge.net/
LICENSE= LGPL21+
CONFLICTS_INSTALL=libosmo-sccp # lib/libmtp.a
USES= cpe iconv libtool localbase pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-doxygen
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPE_VENDOR= libmtp_project
OPTIONS_DEFINE= MTPZ
OPTIONS_DEFAULT=MTPZ
MTPZ_DESC= Enable functionality to connect to MTPZ devices
MTPZ_CONFIGURE_ENABLE= mtpz
MTPZ_LIB_DEPENDS= libgcrypt.so:security/libgcrypt
.include <bsd.port.mk>