1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/multimedia/recmpeg/Makefile
Ying-Chieh Liao 415a8391e6 add recmpeg 1.0.4
A simple video encoder
2002-03-25 06:39:45 +00:00

27 lines
529 B
Makefile

# ex:ts=8
# Ports collection makefile for: recmpeg
# Date created: Mar 24, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= recmpeg
PORTVERSION= 1.0.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fame
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt \
fame:${PORTSDIR}/graphics/libfame
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lgnugetopt"
MAN1= recmpeg.1
.include <bsd.port.mk>