freebsd-ports/math/octave-forge-video/Makefile
Stephen Montgomery-Smith ca5b78678b - Add a definition of HOME to configure_args, because octave likes to write
.octave_hist into ${HOME}.

Reported by:	marino@
2014-04-18 03:43:47 +00:00

21 lines
454 B
Makefile

# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-video
PORTVERSION= 1.0.2
PORTREVISION= 13
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= BSD2CLAUSE
USES= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV+= HOME=${WRKSRC}
LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
.include <bsd.port.mk>