freebsd-ports/graphics/gtimelapse/Makefile

26 lines
581 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= gtimelapse
DISTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here)
MAINTAINER= ports@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}
USES= pkgconfig
USE_WX= 2.8+
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
.include <bsd.port.mk>