openbsd-ports/devel/libmtp/Makefile
jasper adc5c2a626 import libmtp 0.1.2
libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP)
in the form of a library suitable primarily for POSIX compliant
operating systems. We implement MTP Basic, the stuff proposed for
standardization.

ok naddy@
2007-01-11 21:56:16 +00:00

32 lines
710 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/01/11 21:56:16 jasper Exp $
COMMENT= "Media Transfer Protocol (MTP) implementation"
DISTNAME= libmtp-0.1.2
SHARED_LIBS= mtp 0.0 # .6.0
CATEGORIES= devel
HOMEPAGE= http://libmtp.sourceforge.net/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmtp/}
LIB_DEPENDS= iconv.>=4::converters/libiconv \
usb.>=8::devel/libusb
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>