Date: Wed, 9 Oct 2013 23:52:22 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329941 - head/audio/libmtp Message-ID: <201310092352.r99NqMFY014886@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Wed Oct 9 23:52:21 2013 New Revision: 329941 URL: http://svnweb.freebsd.org/changeset/ports/329941 Log: - Convert to staging - Use option helpers Modified: head/audio/libmtp/Makefile Modified: head/audio/libmtp/Makefile ============================================================================== --- head/audio/libmtp/Makefile Wed Oct 9 23:51:05 2013 (r329940) +++ head/audio/libmtp/Makefile Wed Oct 9 23:52:21 2013 (r329941) @@ -17,25 +17,17 @@ OPTIONS_DEFAULT= MTPZ MTPZ_DESC= Enable functionality to connect to MTPZ devices USES= pathfix pkgconfig iconv -NO_STAGE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MMTPZ} -LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt -.else -CONFIGURE_ARGS+=--disable-mtpz -.endif - -.include <bsd.port.pre.mk> - CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" LIBUSB_LIBS="-lusb" LIBS="-lusb" +MTPZ_CONFIGURE_ENABLE= mtpz +MTPZ_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt + post-patch: @${REINPLACE_CMD} -e \ '/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.in @@ -48,4 +40,4 @@ post-patch: @${REINPLACE_CMD} -e \ 's|__builtin_bswap|bswap|g' ${WRKSRC}/src/mtpz.c -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310092352.r99NqMFY014886>