blob: a4a39ac625d4d846d9d941eca1213ff17a3387b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: EOS camera movie record
# Date created: 15 Aug 2011
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= eos-movrec
DISTVERSION= 0.3.1_beta
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3_beta
MAINTAINER= ports@FreeBSD.org
COMMENT= A program to capture short movies with Canon DSLR camera
LICENSE= GPLv2
LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
USE_ZIP= yes
USE_CMAKE= yes
USE_QT_VER= 4
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build gui
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
DISTVERSIONSUFFIX= -src
PORTREVISION= 1
PLIST_FILES= bin/eos_movrec
post-patch:
@${REINPLACE_CMD} -e 's,GLIBC,${OPSYS},' ${WRKSRC}/os_api.h
.include <bsd.port.mk>
|