svn commit: r329941 - head/audio/libmtp
Guido Falsi
madpilot at FreeBSD.org
Wed Oct 9 23:52:22 UTC 2013
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>
More information about the svn-ports-all
mailing list