mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Add LICENSE
- Strip library
This commit is contained in:
parent
5ad79ce4d5
commit
b8667b21d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380920
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user