aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-25 14:58:40 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-25 14:58:40 +0000
commit4fb34afe91bf07d22a1b72bc2ff53f43cbc4d3dd (patch)
treeec938081a142121a90aded409240a38edd6c00f5 /sysutils
parent8bec027e638a200b7fb28ca4039fcb248d21531c (diff)
downloadports-4fb34afe91bf07d22a1b72bc2ff53f43cbc4d3dd.tar.gz
ports-4fb34afe91bf07d22a1b72bc2ff53f43cbc4d3dd.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/usbutils/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/sysutils/usbutils/Makefile b/sysutils/usbutils/Makefile
index 7cb67d1fab2f..6ff4f54a0f25 100644
--- a/sysutils/usbutils/Makefile
+++ b/sysutils/usbutils/Makefile
@@ -5,37 +5,35 @@ PORTNAME= usbutils
PORTVERSION= 0.86
PORTREVISION= 2
CATEGORIES= sysutils
-MASTER_SITES= SF/linux-usb/${PORTNAME}
+MASTER_SITES= SF/linux-usb/${PORTNAME} \
+ http://pkgs.fedoraproject.org/repo/pkgs/usbutils/usbutils-0.86.tar.gz/34979f675d2bcb3e1b45012fa830a53f/ \
+ http://ftp.be.debian.org/pub/linux/utils/usb/usbutils/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility for listing USB devices
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+USES= gmake pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --datadir=${DATADIR} --enable-zlib
-USES= gmake pkgconfig
+CONFIGURE_ENV= LIBUSB_CFLAGS="-I/usr/include" \
+ LIBUSB_LIBS="-L/usr/lib -lusb"
PORTDOCS= AUTHORS ChangeLog NEWS README
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" \
- LIBUSB_LIBS="-L/usr/lib -lusb"
-
post-patch:
@${REINPLACE_CMD} -i '' \
-e 's|/bin/bash|/bin/sh|' \
${WRKSRC}/usb-devices
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/@} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>