freebsd-ports/graphics/eos-movrec/Makefile
Martin Wilke 9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00

34 lines
757 B
Makefile

# 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>