aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-10 14:15:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-10 14:15:57 +0000
commitb8667b21d2a38d63fe23bec8fb37cbae253e67e0 (patch)
tree6e620389cb5298c24d7297f0b3e8c87e3baad5b6 /multimedia
parent5ad79ce4d5c637ecf607aa417919f81594783bec (diff)
downloadports-b8667b21d2a38d63fe23bec8fb37cbae253e67e0.tar.gz
ports-b8667b21d2a38d63fe23bec8fb37cbae253e67e0.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gdvrecv/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/gdvrecv/Makefile b/multimedia/gdvrecv/Makefile
index 31f0b77222f4..e6a59519a653 100644
--- a/multimedia/gdvrecv/Makefile
+++ b/multimedia/gdvrecv/Makefile
@@ -3,13 +3,16 @@
PORTNAME= gdvrecv
PORTVERSION= 1.2
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= multimedia
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= DV tools for FreeBSD
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
USES= python tar:bzip2
USE_GNOME= pygtk2
USE_PYTHON= distutils
@@ -22,4 +25,7 @@ DESKTOP_ENTRIES="Capture Video" \
CONFLICTS= dvts-[0-9]*
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/firewire.so
+
.include <bsd.port.mk>