b8667b21d2
- Strip library
31 lines
635 B
Makefile
31 lines
635 B
Makefile
# Created by: Henri Michelon <hmichelon at e-cml.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gdvrecv
|
|
PORTVERSION= 1.2
|
|
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
|
|
DESKTOP_ENTRIES="Capture Video" \
|
|
"Capture from FireWire Camera" \
|
|
"${PREFIX}/share/pixmaps/gdvrecv/camcorder.png" \
|
|
"gdvrecv" \
|
|
"AudioVideo;Video;" \
|
|
true
|
|
|
|
CONFLICTS= dvts-[0-9]*
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/firewire.so
|
|
|
|
.include <bsd.port.mk>
|