1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/audio/libmtp/Makefile
Beech Rintoul 7e6cfe0841 - Add missing includes to fix on amd64
- Bump portrevision

PR:		ports/130520
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
Approved by:	Petar Zhivkov Petrov <pesho.petrov@gmail.com> (maintainer)
2009-01-16 21:48:53 +00:00

33 lines
760 B
Makefile

# New ports collection makefile for: libmtp
# Date created: 3 December 2006
# Whom: Petar Zhivkov Petrov (pesho.petrov@gmail.com)
#
# $FreeBSD$
#
PORTNAME= libmtp
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pesho.petrov@gmail.com
COMMENT= Media Transfer Protocol (MTP) library
LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb \
iconv:${PORTSDIR}/converters/libiconv
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
USE_GNOME= gnomehack
USE_LDCONFIG= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib -liconv
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>