summaryrefslogtreecommitdiffstats
path: root/graphics/eos-movrec/Makefile
blob: 50f97f93163579b8e75a8135f5c5809ede5fa244 (plain)
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
# 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_QT4=	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>
OpenPOWER on IntegriCloud