freebsd-ports/graphics/gtimelapse/Makefile
Alexey Dokuchaev fec60bbb51 Add gTimelapse, a small program for capturing images to generate timelapse
videos from your camera, based on gPhoto2 and wxWidgets.  It is similar to
`graphics/eos-movrec' port (which uses Qt4 GUI).

WWW: http://sourceforge.net/projects/gtimelapse/
2011-08-29 15:00:34 +00:00

27 lines
614 B
Makefile

# New ports collection makefile for: gTimelapse
# Date created: 29 Aug 2011
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtimelapse
DISTVERSION= 0.1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here)
MAINTAINER= danfe@FreeBSD.org
COMMENT= An application for capturing images to generate timelapse videos
LICENSE= GPLv2
LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
USE_WX= 2.8+
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/gtimelapse
.include <bsd.port.mk>