mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
03faf46ded
Changes: https://sourceforge.net/projects/libmtp/files/libmtp/1.1.15/README/view ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/ MFH: 2018Q1 (for better device support)
30 lines
663 B
Makefile
30 lines
663 B
Makefile
# Created by: Petar Zhivkov Petrov <pesho.petrov@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmtp
|
|
PORTVERSION= 1.1.15
|
|
CATEGORIES= multimedia audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Media Transfer Protocol (MTP) library
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
CONFLICTS_INSTALL=libosmo-sccp-[0-9]* # lib/libmtp.a
|
|
|
|
USES= iconv libtool localbase pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-doxygen
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
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>
|